PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / format / pr78304-2.c
blob83648c46f6a85dc2e34eaadf986e02345427cfff
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wall -Wextra" } */
4 extern int printf (const char *, ...);
6 # define PRIu32 "u"
8 void test (const char *msg)
10 printf ("size: %" PRIu32 "\n", msg); /* { dg-warning "expects argument of type" } */