foo(void)1*c85f09ccSJohn Levon static void foo(void)
2*c85f09ccSJohn Levon {
3*c85f09ccSJohn Levon 	int b[] = { 8 };
4*c85f09ccSJohn Levon 	int c;
5*c85f09ccSJohn Levon 	for (;;)
6*c85f09ccSJohn Levon 		b[c] = b[0];
7*c85f09ccSJohn Levon }
8*c85f09ccSJohn Levon 
9*c85f09ccSJohn Levon /*
10*c85f09ccSJohn Levon  * check-name: bug-crash16
11*c85f09ccSJohn Levon  */
12