1 /* { dg-options "-fpermissive -Wall -fdiagnostics-show-caret" } */
4 return __builtin_types_compatible_p (unsigned, int) ? "" : ""; /* { dg-warning "cast" } */
5 /* { dg-begin-multiline-output "" }
6 return __builtin_types_compatible_p (unsigned, int) ? "" : "";
7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
8 { dg-end-multiline-output "" } */