Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
static2.C
blob: ff1478c2a9469f0ee24072c83159cf827bf48ed2 [
file
] [
log
] [
blame
]
//PR c++/26573
void
foo
()
{
struct
A
{
static
int
i
;
};
// { dg-error "shall not have" }
}
template
<
typename
T
>
void
bar
()
{
struct
B
{
static
int
j
;
};
// { dg-error "shall not have" }
}