gmqcc/tests/exprforbuiltins.qc

8 lines
121 B
C++
Raw Normal View History

2013-04-25 17:39:05 +00:00
/* empty line required */
void print(string, ...) = #__LINE__ - 1;
void main(string input) {
print(input, "\n");
}