mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
6 lines
86 B
C++
6 lines
86 B
C++
// RUN: not %clang_cc1 -fsyntax-only -std=c++11 %s
|
|
// PR7481
|
|
decltype(;
|
|
struct{
|
|
a
|
|
}
|