Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash57.C
blob: c6daf777eb9b5bce4252eff0b102320a5b501c02 [
file
] [
log
] [
blame
]
// PR c++/46117
struct
A
{
A
(
typename
int
);
// { dg-error "before|declaration" }
};
struct
B
:
A
{};
B b
;