blob: 038c8104aa8387d4ef9c3ce3268e310f9b37c323 (
plain)
1
2
3
4
5
6
7
|
/* Test that -trigraphs isn't reordered before -std=gnu99. Bug
18502. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -trigraphs" } */
int a??(2??);
|