Imported Upstream version 2.9.0
[debian/cc1111] / 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 }