Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
must_use_assign.d
blob: bd1983a40e6330cf7ec369495b1796988d6d0746 [
file
] [
log
] [
blame
]
import
core
.
attribute
;
@mustuse
struct
S
{}
void
test
()
{
S a
,
b
;
a
=
b
;
}