test119

Undocumented in source.
immutable
auto test119 = q{--- test119 // Test global scalar initialization u32 glob = 42; u32 read_global() { return glob; } void set_global(u32 val) { glob = val; } };

Meta