Home | History | Annotate | Download | only in Parser
      1 // RUN: %clang_cc1 -fsyntax-only -Wno-unused-value -verify %s
      2 
      3 int main() {
      4   []{}; // expected-error {{expected expression}}
      5 }
      6