blob: bc0068e8a2a7159a4dd144d9991205ef13b057e3 [file] [log] [blame]
/* Test for idempotent type qualifiers: in C99 only. */
/* Origin: Joseph Myers <jsm28@cam.ac.uk> */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
typedef const int cint;
const cint foo; /* { dg-bogus "warning" "warning in place of error" } */
/* { dg-error "duplicate" "duplicate type qualifier error" { target *-*-* } .-1 } */