test for the simple __FUNC__ case

This commit is contained in:
Wolfgang Bumiller 2013-04-24 11:22:29 +02:00
parent dcd65f18f8
commit 1e9d3e43cb
2 changed files with 8 additions and 0 deletions

3
tests/predef_func.qc Normal file
View file

@ -0,0 +1,3 @@
void main() {
print(__FUNC__, "\n");
}

5
tests/predef_func.tmpl Normal file
View file

@ -0,0 +1,5 @@
I: predef_func.qc
D: simple __FUNC__ case
T: -execute
C: -std=fte -fftepp-predefs
M: main