Daniel Dunbar | d573d26 | 2009-04-07 22:13:21 +0000 | [diff] [blame^] | 1 | // 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 | ??(??) |