blob: f6ad80793c751887773cfcffa4926800d585beb4 [file] [log] [blame]
/* { dg-do compile { target inttypes_types } } */
/* { dg-options "-O2 -Wall -Wextra" } */
#include <inttypes.h>
#include <stdio.h>
void test (const char *msg)
{
printf ("size: %" PRIu32 "\n", msg); /* { dg-warning "expects argument of type" } */
}