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