* src/SDCCval.c (valForArray): applied Maarteen Brock's patch #947682
[fw/sdcc] / support / regression / tests / bug-751703.c
index 49f84e76cb2b249ed59a219db7344d26829787cc..3f89a31623db1fdd715b53c35f0d9da242fc2b2d 100644 (file)
@@ -1,9 +1,10 @@
 /* bug-751703.c
 
-   If test_index is char, loses high bit when indexes table 
-   workaround is to use [(unsigned int) test_index] 
+  Make sure extern within local scope binds to global
+  scope and is not optimized inappropriately.
  */
-#include <testfwk.h>
+
+#include "testfwk.h"
 
 int x = 1;
 int y = 2;