mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-21 10:21:03 +00:00
More test files
This commit is contained in:
parent
bd5ba9e0fe
commit
da80248016
2 changed files with 21 additions and 0 deletions
5
test/if.qc
Normal file
5
test/if.qc
Normal file
|
@ -0,0 +1,5 @@
|
|||
float test_if() {
|
||||
if (1 == 1) {
|
||||
/* do this code */
|
||||
}
|
||||
}
|
16
test/parth.qc
Normal file
16
test/parth.qc
Normal file
|
@ -0,0 +1,16 @@
|
|||
(
|
||||
(
|
||||
(
|
||||
)
|
||||
)
|
||||
)
|
||||
(
|
||||
(
|
||||
)
|
||||
)
|
||||
(
|
||||
)
|
||||
(
|
||||
)
|
||||
(
|
||||
)
|
Loading…
Reference in a new issue