Home | History | Annotate | Download | only in Parser
      1 // RUN: not %clang_cc1 -fsyntax-only %s
      2 // PR7481
      3 struct{
      4   a
      5 }
      6 
      7