summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr25795-1.c
blob: 88cd88fc50106427aae8ae6edd3d8638658806c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O3 -fwhole-program" } */
/* { dg-final { scan-assembler-not "mystr" } } */


extern const char *mystr;       /* normally in a header */
const char *mystr;
int
main()
{
}