PR c/79413
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr79413.c
blob602a974c9bea9e7a64325ec8f4e0ab0f0ed072f3
1 /* PR c/79413 */
3 void
4 foo ()
6 int a[1/0];
9 void
10 bar (void)
12 foo ();