1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
// RUN: %clang_cc1 -fsyntax-only -Wno-unused-value -verify %s
|
|
|
|
int main() {
|
|
[]{}; // expected-error {{expected expression}}
|
|
}
|