source:
src/Clight/test/castremoval.c
@
1545
Last change on this file since 1545 was 1198, checked in by , 9 years ago | |
---|---|
File size: 108 bytes |
Line | |
---|---|
1 | int main(void) { |
2 | char a = 1, b = 2, c = 3; |
3 | char d = a + b; |
4 | char e = a + b + c; |
5 | return e == d + c; |
6 | } |
Note: See TracBrowser
for help on using the repository browser.