blob: df9dc8919b1f5b440e1c917f589e533f12928304 [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang -E %s 2>&1 | not grep "warning\|error"
2
3#if 0
4
5// Shouldn't get warnings here.
6??( ??)
7
8// Should not get an error here.
9` ` ` `
10#endif