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):
b43f0ac36a
Rami (Branch)
Tag
master
civicaml
/
test
/
old
/
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;
}