7 lines
86 B
C++
7 lines
86 B
C++
|
// RUN: not %clang_cc1 -fsyntax-only -std=c++11 %s
|
||
|
// PR7481
|
||
|
decltype(;
|
||
|
struct{
|
||
|
a
|
||
|
}
|