gmqcc/tests/predef_func.qc
2013-04-24 11:22:29 +02:00

3 lines
43 B
C++

void main() {
print(__FUNC__, "\n");
}