tlang/source/tlang/testing/simple_arrays.t

6 lines
68 B
Raku

module simple_arrays;
void function()
{
int[][22222] myArray;
}