1 // RUN: %clang_cc1 %s -E -CC -pedantic -verify 2 3 #if 1 /*bar */ 4 5 #endif /*foo*/ 6 7 #if /*foo*/ defined /*foo*/ FOO /*foo*/ 8 #if /*foo*/ defined /*foo*/ ( /*foo*/ FOO /*foo*/ ) /*foo*/ 9 #endif 10 #endif 11 12