fail58

Undocumented in source.
immutable
auto fail58 = q{--- fail58.vx // indexing struct struct S[T] {} u8* run() { S[u8*] s; s[0]; } --- <error> fail58.vx:5:4: Error: Cannot index value of type `S[u8*]` };

Meta