blob: 864cc6b8fbf56348a402b59097c9b17e288a0486 [file] [log] [blame]
Douglas Gregorae7902c2011-08-04 15:30:47 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3int main() {
4 []{}; // expected-error {{expected expression}}
5}