PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / format / pr78304.c
blobf6ad80793c751887773cfcffa4926800d585beb4
1 /* { dg-do compile { target inttypes_types } } */
2 /* { dg-options "-O2 -Wall -Wextra" } */
4 #include <inttypes.h>
5 #include <stdio.h>
7 void test (const char *msg)
9 printf ("size: %" PRIu32 "\n", msg); /* { dg-warning "expects argument of type" } */