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

5 lines
70 B
C++

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