mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
test for the simple __FUNC__ case
This commit is contained in:
parent
dcd65f18f8
commit
1e9d3e43cb
2 changed files with 8 additions and 0 deletions
3
tests/predef_func.qc
Normal file
3
tests/predef_func.qc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
void main() {
|
||||||
|
print(__FUNC__, "\n");
|
||||||
|
}
|
5
tests/predef_func.tmpl
Normal file
5
tests/predef_func.tmpl
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
I: predef_func.qc
|
||||||
|
D: simple __FUNC__ case
|
||||||
|
T: -execute
|
||||||
|
C: -std=fte -fftepp-predefs
|
||||||
|
M: main
|
Loading…
Reference in a new issue