xxxxxxxxxx
import std;
int foo()
{
return refCounted(2); //(alias this) .refCountedPayload has ref return
}
void main()
writeln(foo()); // foo() is corrupted
assert(foo() == 2); // foo() is corrupted