This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
taddeus
/
civicaml
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
b65f17c932
Ramuri
Etichete
master
civicaml
/
test
/
basic
/
check_error
/
invalid_statements.cvc
invalid_statements.cvc
74 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
void sum_arrayexp()
{
int i = 1 + [0];
1 + 2;
}
void empty()
{
;
}