diff options
Diffstat (limited to 'tests/cast-bool-char.qbe')
-rw-r--r-- | tests/cast-bool-char.qbe | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/cast-bool-char.qbe b/tests/cast-bool-char.qbe deleted file mode 100644 index 81d4eba..0000000 --- a/tests/cast-bool-char.qbe +++ /dev/null @@ -1,10 +0,0 @@ -export -function w $main() { -@start.1 -@body.2 - %.1 =w copy 256 - %.2 =w extub %.1 - %.3 =w cnew %.2, 0 - %.4 =w extub %.3 - ret %.4 -} |