From: borutr Date: Sun, 20 Jan 2008 00:37:33 +0000 (+0000) Subject: * support/regression/tests/arithcsi.c: fixed regression test X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=1f5a862387512dfc65af356e625f7ca85d5ba861;p=fw%2Fsdcc * support/regression/tests/arithcsi.c: fixed regression test git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4998 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/regression/tests/arithcse.c b/support/regression/tests/arithcse.c index f63a74fd..582b9e94 100644 --- a/support/regression/tests/arithcse.c +++ b/support/regression/tests/arithcse.c @@ -4,10 +4,12 @@ attr: volatile, */ +#include + void test_arithCse(void) { - (attr) {type} res; + {attr} {type} res; {attr} {type} i = 10; /* addition with 0 */