]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/pragma-ep-2.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / pragma-ep-2.c.expected
1 /* { dg-do compile { target *-*-osf5* } } */
2
3 #pragma extern_prefix                   /* { dg-warning "malformed" } */
4 #pragma extern_prefix foo               /* { dg-warning "malformed" } */
5 #pragma extern_prefix "foo" 1           /* { dg-warning "junk" } */
6
7 int bar; /* silence `ISO C forbids an empty source file' warning */