]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/pr25795-1.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / pr25795-1.c.expected
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fwhole-program" } */
3 /* { dg-final { scan-assembler-not "mystr" } } */
4
5
6 extern const char *mystr;       /* normally in a header */
7 const char *mystr;
8 main()
9 {
10 }