9 lines
66 B
C
9 lines
66 B
C
TYPETEST
|
|
|
|
void foo(int x) {
|
|
}
|
|
|
|
void bar() {
|
|
foo( ({ })...);
|
|
}
|