Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
decltype68.C
blob: 58740c1f10f2a2a1820249f3c5049ddd7498e9cd [
file
] [
log
] [
blame
]
// PR c++/84644
// { dg-do compile { target c++11 } }
template
<
int
a
>
struct
b
{
decltype
(
a
)
__attribute__
((
break
));
// { dg-error "declaration does not declare anything" }
};