aboutsummaryrefslogtreecommitdiff
path: root/test/compare-char.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/compare-char.qbe')
-rw-r--r--test/compare-char.qbe11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/compare-char.qbe b/test/compare-char.qbe
new file mode 100644
index 0000000..a0a1c03
--- /dev/null
+++ b/test/compare-char.qbe
@@ -0,0 +1,11 @@
+export
+function w $main() {
+@start.1
+@body.2
+ %.1 =w copy 0
+ %.2 =w copy 256
+ %.3 =w extub %.1
+ %.4 =w extub %.2
+ %.5 =w cultw %.3, %.4
+ ret %.5
+}