diff options
Diffstat (limited to 'test/uint32-to-float.qbe')
-rw-r--r-- | test/uint32-to-float.qbe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/uint32-to-float.qbe b/test/uint32-to-float.qbe new file mode 100644 index 0000000..0e90531 --- /dev/null +++ b/test/uint32-to-float.qbe @@ -0,0 +1,9 @@ +export +function s $f() { +@start.1 +@body.2 + %.1 =w call $g() + %.2 =l extuw %.1 + %.3 =s sltof %.2 + ret %.3 +} |