Files
c3c/test/test_suite/arrays/inferred_subarray.c3

5 lines
69 B
Plaintext

fn void main()
{
int[2][1][*] y = (int[2][1][]) { { { 1, 2 } } };
}