Document gcov-io (PR gcov-profile/84735).
[official-gcc.git] / gcc / testsuite / gcc.dg / pr70281.c
blob9447fb1f2a8233e1f0f2f2f5607eaaab790c098a
1 /* { dg-options "-Wall -fdiagnostics-show-caret" } */
2 int bch_stats_show ()
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 "" } */