]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/inline2.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / inline2.c.expected
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; }