test120

Undocumented in source.
immutable
auto test120 = q{--- test120 // Test global struct initialization struct S { u32 a; u32 b; u32 c; u32 d; } S glob = S(1, 2, 3, 4); S read_global() { return glob; } void set_global(S val) { glob = val; } };

Meta