test103

Undocumented in source.
immutable
auto test103 = q{--- test103 // test loading of pointers in member chains struct A { u64 member; } struct S { A* a; } void func() { S s; s.a.member = 42; } };

Meta