Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
static1.C
blob: 98e1acb9e510921f0d26d6e60b6d1b77a7a87043 [
file
] [
log
] [
blame
]
template
<
typename
T
>
struct
A
{
static
const
int
t
[
1
][
1
]={{
0
}};
// { dg-error "brace-enclosed|in-class" }
};