This website works better with JavaScript
Home
Verkennen
Help
Inloggen
taddeus
/
civicaml
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
4c4075f088
Aftakkingen
Labels
master
civicaml
/
test
/
old
/
constant_propagation.cvc
constant_propagation.cvc
122 B
Geschiedenis
Ruwe
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;
}