Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
648b981e7a9c2d4bb5c467dc74f8a21410db6a22
/
.
/
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
??(??)