Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash4.C
blob: e5e95800c803676d50689b7b5919ea91e9a06e11 [
file
] [
log
] [
blame
]
struct
Bar
{
typedef
int
type
;
};
struct
Foo
{
void
func
(
void
)
{
mutable
Bar
::
type x
;
// { dg-error "8:non-member .x. cannot be declared .mutable." }
}
};