Home | History | Annotate | Download | only in Parser
      1 // RUN: %clang_cc1 -fsyntax-only -verify %s
      2 
      3 // Avoid preprocessor diag crash caused by a parser diag left in flight.
      4 
      5 int foo: // expected-error {{expected ';' after top level declarator}}
      6 #endif   // expected-error {{#endif without #if}}
      7