fix overflow indirection

This commit is contained in:
Yaossg 2024-12-08 14:34:58 +08:00
parent 3b95608233
commit 9a2a1b00be
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,5 @@
int main() {
// int placeholder[1024];
int placeholder[1024];
int a = 1;
return (a=(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(a+(0)))))))))))))))))))))), (a = a);
}