blob: 44d2945a311f938f1d0f9fe54b1e7d5c4d325a5f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-ccp2" } */
static double num;
int foo (void)
{
return *(unsigned *)#
}
/* { dg-final { scan-tree-dump "return 0;" "ccp2" } } */
/* { dg-final { cleanup-tree-dump "ccp2" } } */