Skip to content

Instantly share code, notes, and snippets.

@jezhou
Last active February 6, 2017 02:46
Show Gist options
  • Save jezhou/1d2c8e735f6f2b9c2096a794f6154f89 to your computer and use it in GitHub Desktop.
Save jezhou/1d2c8e735f6f2b9c2096a794f6154f89 to your computer and use it in GitHub Desktop.
cse 131 project 2 test case
int main(int x) {
int x = 0;
int x[10];
(x+x) = vec4(0.55);
1 < 2 ? 1 : 2 = x;
if (x[10] = i) {
break;
} else {
switch (x = 0) {
case 1:
y = 10 && k;
case 2:
x = x + (++foo())-- - test[10];
}
}
return;
}
int main(int x) {
int x = -1;
int x[10];
(x+x) = vec4(0.55);
1 < 2 ? 1 : 2 = x;
if (x[10] = i) {
break;
for(;;i) {}
do {
int i = -3 + +4 * -+-+-+fff;
} while (g || y <= asdf);
} else {
switch (x = 0) {
case 1:
y = 10 && k;
case 2:
x = x + (++foo())-- - test[10];
}
}
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment