int foo(int x) { int w = x; return w - x; }
Compiling this with sdcc test.c yields Sub. at 4. Tested with commit 11672.
sdcc test.c
Sub. at 4
A stray debugging message that was left behind. Removed in revision [r11674]
Log in to post a comment.
A stray debugging message that was left behind.
Removed in revision [r11674]