* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr39834.c
blobc0ad8fd3b94a1eb91435c36703739571df66485d
1 /* { dg-options "-Winline" } */
2 void quit_mined ();
3 void bottom_line ();
4 typedef enum { False, True } FLAG;
5 inline void
6 nextfile (FLAG exitiflast)
8 if (exitiflast)
9 quit_mined ();
10 else
11 bottom_line ();
12 nextfile (True);