test202
auto test202 =
q{--- test202
// aggregate lowering with phi function (two paths that return a big struct) and phi has constant argument
u8[] fromStringz(u8* cString, u64 len) {
if (cString == null) return null;
return cString[0..len];
}
};
tests passing
functionsvariables