2 /* { dg-options "-ansi" } */
4 extern void abort (void);
6 /* Basic tests for trigraph conversion.
7 All of them are here, but not in all possible contexts. *??/
15 static const char str??(??) = "0123456789??/n";
22 if (sizeof str != TWELVE)
25 /* Test ^=, the only multi-character token to come from trigraphs. */