aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cast-same-type.qbe12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/cast-same-type.qbe b/test/cast-same-type.qbe
deleted file mode 100644
index 625f937..0000000
--- a/test/cast-same-type.qbe
+++ /dev/null
@@ -1,12 +0,0 @@
-export
-function w $main() {
-@start.1
-@body.2
- %.1 =l copy $s
- %.2 =l mul 0, 1
- %.3 =l add %.1, %.2
- %.4 =l copy %.3
- %.5 =w loadsw %.4
- ret %.5
-}
-export data $s = align 4 { z 4 }