1 typedef unsigned int uint
;
2 typedef unsigned long ulong
;
4 double f1(void) { return -1; }
5 double f2(void) { return (double)-1; }
6 double f3(void) { return -1.0; }
9 * check-name: cast-constant-to-float
10 * check-command: test-linearize -Wno-decl $file
16 set.64 %r1 <- -1.000000
23 set.64 %r3 <- -1.000000
30 set.64 %r5 <- -1.000000