This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
taddeus
/
civicaml
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
ec4323c757
Branche
Tagy
master
civicaml
/
test
/
old
/
constant_propagation.cvc
constant_propagation.cvc
122 B
História
Raw
1
2
3
4
5
6
7
8
9
extern void printInt(int val);
export int main() {
for (int i = 0, 10) {
printInt(i);
}
return 0;
}