gmqcc/tests/builtin.qc

6 lines
67 B
C++
Raw Normal View History

2012-11-17 02:55:33 +00:00
void(...) print = #1;
void() main = {
print("hello world");
}