module 0x8675309::M { struct R {} struct S {} fun t0(): (u64, S, R) { (0, (S{}, R{})) } }