1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-code-hoisting -fdump-tree-pre-stats" } */
8 int (*fp
)() __attribute__((const)) = (void *)f
;
16 /* We shouldn't ICE and PRE the const call. */
17 /* { dg-final { scan-tree-dump "Eliminated: 1" "pre" } } */