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