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