aboutsummaryrefslogtreecommitdiff
path: root/test/struct-passing-bitfield.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/struct-passing-bitfield.qbe')
-rw-r--r--test/struct-passing-bitfield.qbe7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/struct-passing-bitfield.qbe b/test/struct-passing-bitfield.qbe
new file mode 100644
index 0000000..2bd9a3c
--- /dev/null
+++ b/test/struct-passing-bitfield.qbe
@@ -0,0 +1,7 @@
+type :s.1 = { l, }
+export
+function $f(:s.1 %.1) {
+@start.1
+@body.2
+ ret
+}