1 /* PR tree-optimization/69156 */
2 /* { dg-do compile } */
3 /* { dg-options "-fpermissive -O1 -fno-tree-ccp" } */
8 _Bool (*f
) () = __builtin_abs
; /* { dg-warning "initialization of '_Bool \\(\\*\\)\\(\\)' from pointer to .__builtin_abs. with incompatible type .int \\\(\\\*\\\)." } */