2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / iftrap-2.c
blobbb7bb5726b1b70d1bd235cc7343fb9dde0e860fe
1 void foo(int p, int q)
3 if (p)
5 if (q)
6 __builtin_trap ();
8 else
9 bar();