test79

Undocumented in source.
immutable
auto test79 = q{--- test79 // test null to slice conversion void receive(u8[]) {} u8[] make() { receive(null); return null; } };

Meta