diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-17 15:07:39 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-17 20:10:52 -0700 |
commit | 2833c0041d669bc1ba7a6d13e7f92c23b84e04ae (patch) | |
tree | 785c3a487631778490d40dcb2d1b5809e2993ae2 /test/builtin-offsetof.qbe | |
parent | 88aa3b6891678669548f01a0f87c36a993694320 (diff) |
Allow designators in __builtin_offsetof
Diffstat (limited to 'test/builtin-offsetof.qbe')
-rw-r--r-- | test/builtin-offsetof.qbe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/builtin-offsetof.qbe b/test/builtin-offsetof.qbe new file mode 100644 index 0000000..1efe7e7 --- /dev/null +++ b/test/builtin-offsetof.qbe @@ -0,0 +1 @@ +export data $x = align 4 { w 16, } |