Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
90f93d4c6e257903c951c5ff22cf3cf3806fca63
/
.
/
test
/
Parser
/
objcxx-lambda-expressions-neg.mm
blob: 864cc6b8fbf56348a402b59097c9b17e288a0486 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
int
main
()
{
[]{};
// expected-error {{expected expression}}
}