From 1f5a862387512dfc65af356e625f7ca85d5ba861 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 20 Jan 2008 00:37:33 +0000 Subject: [PATCH] * 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 --- support/regression/tests/arithcse.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- 2.47.2