Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash4.C
blob: a24f0dd003c1e5296c74004dffecbe2560c765e2 [
file
] [
log
] [
blame
]
struct
Bar
{
typedef
int
type
;
};
struct
Foo
{
void
func
(
void
)
{
mutable
Bar
::
type x
;
// { dg-error "" }
}
};