gmqcc/testsuite/variadic/main.qc

5 lines
84 B
C++

void(string, ...) print = #1;
void(string what) main = {
print(what, "\n");
};