]> git.saurik.com Git - apple/ld64.git/blame - ld64-134.9/unit-tests/test-cases/cfstring-and-cstring/bar.c
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / cfstring-and-cstring / bar.c
CommitLineData
b1f7435d
A
1#include <CoreFoundation/CFString.h>
2
3
4//
5// llvm may make cfstring that has backing store of kTest
6//
7
8
9const char kTest[] = "test";
10
11void bar()
12{
13 CFStringGetLength(CFSTR("test"));
14}