aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-non-adjacent.qbe
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-06-04 00:01:40 -0700
committerMichael Forney <mforney@mforney.org>2019-06-04 00:01:40 -0700
commitf0465801c10359224330c81bcdd857584e07634a (patch)
tree4b75748f16c7ba6a6e803dbb2e491d20c2676204 /test/bitfield-non-adjacent.qbe
parent1461f251570cb768122fc7ab2040b1d32366651e (diff)
Fix non-adjacent bit-fields
Diffstat (limited to 'test/bitfield-non-adjacent.qbe')
-rw-r--r--test/bitfield-non-adjacent.qbe1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bitfield-non-adjacent.qbe b/test/bitfield-non-adjacent.qbe
new file mode 100644
index 0000000..e216054
--- /dev/null
+++ b/test/bitfield-non-adjacent.qbe
@@ -0,0 +1 @@
+export data $s = align 4 { z 8, b 1, z 3 }