]> git.gag.com Git - fw/sdcc/blob - support/regression/tests/bug-499644.c
* support/regression/tests/arithcsi.c: added regression test
[fw/sdcc] / support / regression / tests / bug-499644.c
1 /* Floats
2  */
3 #include <testfwk.h>
4
5 const float a = 0.0;
6
7 float f(void)
8 {
9   return a * 5;
10 }
11
12 void testBug(void)
13 {
14 }