diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/static-assert-concat.c | 1 | ||||
-rw-r--r-- | test/static-assert-concat.qbe | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/test/static-assert-concat.c b/test/static-assert-concat.c new file mode 100644 index 0000000..7dd6f65 --- /dev/null +++ b/test/static-assert-concat.c @@ -0,0 +1 @@ +_Static_assert(1, "abc" "def"); diff --git a/test/static-assert-concat.qbe b/test/static-assert-concat.qbe new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/static-assert-concat.qbe |