summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/disabled-cond-diags.c
blob: eb7632f29b3fd80c5be069a5273aadbe4db3b79b (plain)
1
2
3
4
5
6
7
8
9
10
// 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
OpenPOWER on IntegriCloud