gmqcc/testsuite/builtins/main.qc

6 lines
90 B
C++

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