This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
taddeus
/
civicaml
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
b65f17c932
Dallar
Biçim İmleri
master
civicaml
/
test
/
basic
/
check_error
/
invalid_statements.cvc
invalid_statements.cvc
74 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
void sum_arrayexp()
{
int i = 1 + [0];
1 + 2;
}
void empty()
{
;
}