gmqcc/tests/builtin.qc
2012-11-17 02:55:33 +00:00

5 lines
67 B
C++

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