Sign in
llvm
/
clang
/
3ad9e4889adcb044907bc3e707d89a7ac1b3ee30
/
.
/
test
/
Preprocessor
/
disabled-cond-diags.c
blob: eb7632f29b3fd80c5be069a5273aadbe4db3b79b [
file
] [
log
] [
blame
]
// RUN: clang-cc -E %s 2>&1 | not grep "warning\|error"
#if 0
// Shouldn't get warnings here.
??(
??)
// Should not get an error here.
`
`
`
`
#endif