source:
src/Clight/test/runtime.c
@
1545
Last change on this file since 1545 was 1276, checked in by , 9 years ago | |
---|---|
File size: 106 bytes |
Line | |
---|---|
1 | int main(void) { |
2 | unsigned int i = 16; |
3 | char x = 0; |
4 | while (i/2) { |
5 | i--; |
6 | x++; |
7 | } |
8 | return x; |
9 | } |
Note: See TracBrowser
for help on using the repository browser.