mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-20 18:32:01 +00:00
Add expressions for builtins test
This commit is contained in:
parent
d4f8e4a0dd
commit
1077eb2061
2 changed files with 14 additions and 0 deletions
7
tests/exprforbuiltins.qc
Normal file
7
tests/exprforbuiltins.qc
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* empty line required */
|
||||
void print(string, ...) = #__LINE__ - 1;
|
||||
|
||||
|
||||
void main(string input) {
|
||||
print(input, "\n");
|
||||
}
|
7
tests/exprforbuiltins.tmpl
Normal file
7
tests/exprforbuiltins.tmpl
Normal file
|
@ -0,0 +1,7 @@
|
|||
I: exprforbuiltins.qc
|
||||
D: expressions for builtins
|
||||
T: -execute
|
||||
C: -std=gmqcc -fftepp -fftepp-predefs
|
||||
F: -no-defs
|
||||
E: -string test
|
||||
M: test
|
Loading…
Reference in a new issue