blob: 63ad75c2928df65495b47e23f60acfd1f40983cd [file] [log] [blame]
import core.attribute;
@mustuse struct S {}
S fun() { return S(); }
void test()
{
cast(void) fun();
}