blob: e568b25440e904c7e64daf5105c81c4bb07b5256 [file] [log] [blame]
/* { 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;
main()
{
}