This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
taddeus
/
civicaml
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
civicaml
/
test
/
arrays
/
check_error
/
invalid_init.cvc
invalid_init.cvc
75 B
Permalink
Cronologia
Originale
1
2
3
4
void foo() {
int[3] a = [[1, 2], 3];
int[3] b = [[1, 2], [[3]]];
}