This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
taddeus
/
civicaml
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
2084f76312
Branches
Tags
master
civicaml
/
test
/
constant_propagation.cvc
constant_propagation.cvc
122 B
Lịch sử
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;
}