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
Albero (Tree):
3d1f202c9d
Rami (Branch)
Tag
master
civicaml
/
manual_test
/
array_assign.cvc
array_assign.cvc
63 B
Cronologia
Originale
1
2
3
4
5
6
void foo() {
int[4] a;
a = [1, 2, 3];
a[0] = 1;
}