1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
11 if ((void (*)(void))p
!= 0)
17 /* The cast to a function pointer type must remain after all optimizations
18 are complete so that function pointer canonicalization works on those
19 targets which require it. */
20 /* { dg-final { scan-tree-dump-times "if \\(\\(void \\(\\*<.*>\\) \\(void\\)\\) p" 1 "optimized" } } */
21 /* { dg-final { cleanup-tree-dump "optimized" } } */