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