2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030331-1.c
blobe5db36bf3698b3cc2b9a265f91f2b7f29bb3df18
1 /* From PR/9301. Fixed by ebotcazou's patch for PR/9493. */
3 void bar (void);
5 void foo (int a, int b, int c, int d, int e)
7 if (a)
8 bar();
9 if (b && c)
11 if (d && e)