]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/cstring-labels/foo.c
ld64-96.5.tar.gz
[apple/ld64.git] / unit-tests / test-cases / cstring-labels / foo.c
1
2 void func() {}
3
4 const char kFoo[] = "foo";
5
6 const char* kFoo2 = "hello";