diff options
Diffstat (limited to 'tests/struct-passing.qbe')
-rw-r--r-- | tests/struct-passing.qbe | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/struct-passing.qbe b/tests/struct-passing.qbe deleted file mode 100644 index 07bd483..0000000 --- a/tests/struct-passing.qbe +++ /dev/null @@ -1,8 +0,0 @@ -type :.2 = { b 3, h, } -type :s.1 = { w, :.2 2, d, } -export -function $f(:s.1 %.1) { -@start.1 -@body.2 - ret -} |