llvm-project/clang/test/Parser/objcxx-lambda-expressions-n...

6 lines
128 B
Plaintext
Raw Normal View History

2012-02-09 09:02:27 +08:00
// RUN: %clang_cc1 -fsyntax-only -Wno-unused-value -verify %s
int main() {
[]{}; // expected-error {{expected expression}}
}