Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
Preprocessor
/
disabled-cond-diags.c
blob: 0237b5debd3bfe277c91cd4b0f8b009358bbe1ea [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -E -verify %s
// expected-no-diagnostics
#if 0
// Shouldn't get warnings here.
??(
??)
// Should not get an error here.
`
`
`
`
#endif