blob: ef6d8f197754260f036feeaa01a435447e3668aa [file] [log] [blame]
Daniel Dunbard573d262009-04-07 22:13:21 +00001// RUN: clang -std=c99 -trigraphs -std=gnu99 %s -E -o %t &&
2// RUN: grep '??(??)' %t &&
3// RUN: clang -ansi %s -E -o %t &&
4// RUN: grep -F '[]' %t &&
5// RUN: clang -std=gnu99 -trigraphs %s -E -o %t &&
6// RUN: grep -F '[]' %t
7
8??(??)