Bug499183 - FreeBSD: differences in avx-vmovq output
[valgrind.git] / none / tests / solaris / stack_overflow.c
blob60f1b7ef8f832fb40aa15a2c9f4cffbb2cd030b5
1 /* There should be a user message about the overflow.
2 Written in a single line so there is no confusion on what line
3 the overflow occurs. */
5 int main(int argc, char *argv[]) { volatile int arr[1000] = {0}; return main(arr[argc%2], 0); }