gmqcc/tests/variadic.qc
2012-11-19 02:11:24 +00:00

5 lines
71 B
C++

void(...) print = #1;
void() main = {
print("hello", " world");
}