0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 15:22:11 +00:00

More ways to break qfcc :/

This commit is contained in:
Bill Currie 2018-10-15 19:48:19 +09:00
parent 6c53be928b
commit 2a2754e581

View file

@ -19,5 +19,5 @@ t3(float x)
int int
main () main ()
{ {
return t3(5) == '5 9 5' ? 0 : 1; return t3(5) == [5, 9, 5] ? 0 : 1;
} }