source:
src/Clight/test/castremoval.c
@
1631
Last change on this file since 1631 was 1198, checked in by , 9 years ago | |
---|---|
File size: 108 bytes |
Rev | Line | |
---|---|---|
[1198] | 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.