1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized -w" } */
20 /* The cast to an int type must remain after all optimizations are complete
21 so that we do not try to canonicalize a function pointer for the
22 comparison when no such canonicalization is wanted. */
23 /* { dg-final { scan-tree-dump-times "if \\(\\(int\\).*q" 1 "optimized" } } */
24 /* { dg-final { cleanup-tree-dump "optimized" } } */