mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
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}}
|
|
}
|