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-12-03 09:02:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9141217481
gmqcc
/
testsuite
/
invalid-assign
/
main.qc
Wolfgang (Blub) Bumiller
951c37cc71
invalid-assign testcase for non-lvalue stores
2012-10-30 21:21:23 +01:00
4 lines
47 B
C++
Raw
Blame
History
void
(
)
main
=
{
local
float
x
;
x
+
3
=
5
;
}
;
Reference in a new issue
View git blame
Copy permalink