test13

Undocumented in source.
immutable
auto test13 = q{--- test13 // Test pointer index assign void run(i32* array, i32 index, i32 value) { array[index] = value; } };

Meta