forked from OSchip/llvm-project
7 lines
65 B
C++
7 lines
65 B
C++
|
// RUN: not %clang_cc1 -fsyntax-only %s
|
||
|
// PR7481
|
||
|
struct{
|
||
|
a
|
||
|
}
|
||
|
|