Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
[official-gcc.git] / gcc / testsuite / gcc.dg / special / wkali-2.c
blobb51ba8373e0ade3ff11ac9a1f4b739234608beb3
1 /* { dg-do run } */
3 #include <stdlib.h>
5 extern int foo(void);
7 int main(void) {
9 if (foo())
10 exit(0);
11 else
12 abort();