Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git] / sdcc / support / regression / tests / bug-2529.c
blob4fc5e1fe520aade40d1c52500d419047a8e8cb84
1 /*
2 bug 2529
3 */
5 #include <testfwk.h>
7 int i;
9 int f(void)
11 i = 1;
14 void
15 testConst(void)
17 f() - f();
18 ASSERT(i);