aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/std.c
blob: ef6d8f197754260f036feeaa01a435447e3668aa (plain) (blame)
1
2
3
4
5
6
7
8
// RUN: clang -std=c99 -trigraphs -std=gnu99 %s -E -o %t &&
// RUN: grep '??(??)' %t &&
// RUN: clang -ansi %s -E -o %t &&
// RUN: grep -F '[]' %t &&
// RUN: clang -std=gnu99 -trigraphs %s -E -o %t &&
// RUN: grep -F '[]' %t

??(??)