OSDN Git Service

2010-01-26 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / inline2.c
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; }