diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-15 01:11:08 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-15 01:15:07 -0700 |
commit | fca0b26275a82c480a5286c281834dad6887b410 (patch) | |
tree | f0046a7b66a9e7f3c56f4c3caf7e4620481c2e9a /tests/initializer-replace-static.qbe | |
parent | b6e582d2842aa21e24a70675b760bba331dc0d72 (diff) |
Handle static sub-initializers
Diffstat (limited to 'tests/initializer-replace-static.qbe')
-rw-r--r-- | tests/initializer-replace-static.qbe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/initializer-replace-static.qbe b/tests/initializer-replace-static.qbe new file mode 100644 index 0000000..18b774e --- /dev/null +++ b/tests/initializer-replace-static.qbe @@ -0,0 +1 @@ +export data $x = align 1 { b "hallo", z 1, } |