blob: e23242819a3f6541a2125977e75d1f749789ac5d [file] [log] [blame]
module imports.link11395a;
struct SA
{
bool flag;
int[] nums;
bool opEquals(bool b) { return flag == b; }
}
struct SB
{
int num;
SA sa;
}