* src/SDCCsymt.c (initCSupport): Removed managling of support function
[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