Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
ice13886.d
blob: 05eebc4adc4959d70278c16f6a3c89c4fdc6536d [
file
] [
log
] [
blame
]
// REQUIRED__ARGS:
// PERMUTE_ARGS:
struct
Y
()
{
this
()
{}
~
this
()
{
this
=
null
;
}
ref
opAssign
(
S
)(
S
)
{
}
}
void
main
()
{
static
if
(
is
(
typeof
({
Y
!();
})))
{}
}