xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Parser
/
bracket-crash.cpp
(revision adf23a40)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: not %clang_cc1 -fsyntax-only %s
2
// PR7481
3
struct
{
4
a
5
}
6
7