Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / inline2.c
blobede41049274bea830b40cdff7aad065616564457
1 /* { dg-do compile } */
2 /* { dg-options "-Wall -std=gnu89" } */
3 /* This test should compile successfully. */
4 extern inline int foo (void) { return 0; }
5 inline int foo (void) { return 1; }