]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/cfstring-coalesce/bar.c
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / cfstring-coalesce / bar.c
CommitLineData
2f2f92e4
A
1#include <CoreFoundation/CFString.h>
2
55e3d2f6 3CFStringRef OtherCFString = CFSTR("other");
2f2f92e4
A
4
5void bar()
6{
7 CFStringGetLength(CFSTR("live"));
8}