brintos

brintos / llvm-project-archived public Read only

0
0
Text · 198 B · 4f7b2f0 Raw
7 lines · c
1// RUN: %clang_cc1 -E -verify %s2 3#define r_paren )4#if defined( x r_paren  // expected-error {{missing ')' after 'defined'}} \5                        // expected-note {{to match this '('}}6#endif7