void func(){
?
}
int main(){
func(1,2);
}
이면 func에서 1,2에 어떻게 접근?