index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
i++.c
blob: 01d9ca95a8a26f996c64c5c6ba296cd19ef19471 (
plain
)
1
2
3
4
5
6
7
int main () { int i = 2; i = i++; printf ("%d\n",i); }