1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fexceptions" } */
3 /* { dg-require-effective-target exceptions } */
4
5 static void
6 emit_package (int p1)
7 {
8 int a;
9 int b[0];
10 a = __fprintf_chk (0, 0, "");
11 }
12 void emit_lua () { emit_package (0); }