This website requires JavaScript.
Explore
Help
Sign in
darkplaces
/
gmqcc
Watch
0
Star
0
Fork
You've already forked gmqcc
0
mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced
2024-11-27 22:22:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1e9d3e43cb
gmqcc
/
tests
/
predef_func.qc
Wolfgang Bumiller
1e9d3e43cb
test for the simple __FUNC__ case
2013-04-24 11:22:29 +02:00
3 lines
43 B
C++
Raw
Blame
History
void
main
(
)
{
print
(
__FUNC__
,
"
\n
"
)
;
}
Reference in a new issue
View git blame
Copy permalink