]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/cstring-alt-segment/custom.s
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / cstring-alt-segment / custom.s
index 33705e52a31e24e240acbaabd6c2d5f43773b270..8871b8aa8e86db0dec97e4aae4f790f8df79436c 100644 (file)
@@ -2,7 +2,9 @@
 
 
        .section __MYSEG, __cstring, cstring_literals
-LC:            .ascii  "hello"
+LC1:           .ascii  "hello\0"
+LC2:           .ascii  "bye\0"
+LC3:           .ascii  "hello\0"