From bbc03a9f3c4f310781a54c6a0c64061832a03719 Mon Sep 17 00:00:00 2001 From: borutr Date: Tue, 30 Oct 2007 20:45:23 +0000 Subject: [PATCH] fixed so that it doesn't produce compilation errors git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4955 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/tests/bug-1805702.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/support/regression/tests/bug-1805702.c b/support/regression/tests/bug-1805702.c index 91c49952..aaeac00e 100644 --- a/support/regression/tests/bug-1805702.c +++ b/support/regression/tests/bug-1805702.c @@ -7,12 +7,15 @@ #if 0 int foo; extern int foo; +#endif void test(void) { +/* disabled */ +#if 0 foo = 10; ASSERT(foo == 10); -} #endif +} -- 2.30.2