Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9ff982c1ae369eeb29f416251c63721a9c8738bf
/
.
/
test
/
Driver
/
std.c
blob: ef6d8f197754260f036feeaa01a435447e3668aa [
file
] [
log
] [
blame
]
// 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
??(??)