blob: 88cd88fc50106427aae8ae6edd3d8638658806c0 [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;
int
main()
{
}