test45

Undocumented in source.
immutable
auto test45 = q{--- test45 void incArray(i32* arr, i32 length) { i32 i = 0; while(i < length) { ++arr[i++]; } } };

Meta