blob: 531842a73158c80269d8762aa48a04d2bb737be1 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 -E %s 2>&1 | not grep "warning\|error"
Chris Lattner31eef322006-06-18 05:42:02 +00002
3#if 0
4
5// Shouldn't get warnings here.
6??( ??)
7
8// Should not get an error here.
9` ` ` `
10#endif