aboutsummaryrefslogtreecommitdiff
path: root/test/float-to-uint32.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/float-to-uint32.c')
-rw-r--r--test/float-to-uint32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/float-to-uint32.c b/test/float-to-uint32.c
new file mode 100644
index 0000000..a82c89d
--- /dev/null
+++ b/test/float-to-uint32.c
@@ -0,0 +1,4 @@
+float g(void);
+unsigned f(void) {
+ return g();
+}