diff options
author | Michael Forney <mforney@mforney.org> | 2019-02-11 18:43:18 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-02-12 01:55:14 -0800 |
commit | eddc4693e49f70cd214b7645cb9fce54a89fbb6c (patch) | |
tree | fa1b640f49cde25e323aa0629aed64c064da930e /tests/float-to-uint32.qbe |
Initial import
Diffstat (limited to 'tests/float-to-uint32.qbe')
-rw-r--r-- | tests/float-to-uint32.qbe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/float-to-uint32.qbe b/tests/float-to-uint32.qbe new file mode 100644 index 0000000..a8463f3 --- /dev/null +++ b/tests/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 +} |