blob: 86f9e4af8b43f6744aa1994dea97b256935a6271 [file] [log] [blame]
/* There should be a user message about the overflow.
Wrtten in a single line so there is no confusion on what line
the overflow occurs. */
int main(int argc, char *argv[]) \
{ \
volatile int arr[1000]; \
return main(arr[argc%2], 0); \
}