Fix typo in testcase name
[official-gcc.git] / gcc / testsuite / gcc.dg / format / pr78498.c
blob4b53a68c2c04e53031ee146c7e66da3da17a0a98
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wall -Wextra -fdiagnostics-show-caret" } */
4 void f (void)
6 __builtin_printf ("%i", ""); /* { dg-warning "expects argument of type" } */
7 /* { dg-begin-multiline-output "" }
8 __builtin_printf ("%i", "");
9 ~^ ~~
11 { dg-end-multiline-output "" } */