aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/struct-passing.qbe3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/struct-passing.qbe b/tests/struct-passing.qbe
index a01bda2..07bd483 100644
--- a/tests/struct-passing.qbe
+++ b/tests/struct-passing.qbe
@@ -1,4 +1,5 @@
-type :s.1 = { w, b 3, h, b 3, h, d, }
+type :.2 = { b 3, h, }
+type :s.1 = { w, :.2 2, d, }
export
function $f(:s.1 %.1) {
@start.1