test124

Undocumented in source.
immutable
auto test124 = q{--- test124 // Test global in separate module import file2; i64 read_global() { return noop(glob); } i64 noop(i64 val) { return val; } --- file2 i64 glob = 42; };

Meta