More ways to break qfcc :/

This commit is contained in:
Bill Currie 2018-10-15 19:48:19 +09:00
parent 6c53be928b
commit 2a2754e581
1 changed files with 1 additions and 1 deletions

View File

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