blob: b911b04eb7d36ba878c42dc405a00615465b1f64 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -Wall -Wextra -fdiagnostics-show-caret" } */
void f (void)
{
__builtin_printf ("%i", ""); /* { dg-warning "expects argument of type" } */
/* { dg-begin-multiline-output "" }
__builtin_printf ("%i", "");
~^ ~~
| |
int char *
%s
{ dg-end-multiline-output "" } */
}