blob: bd1983a40e6330cf7ec369495b1796988d6d0746 [file] [log] [blame]
import core.attribute;
@mustuse struct S {}
void test()
{
S a, b;
a = b;
}