]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/cfstring-utf16/bar.m
ld64-85.2.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / cfstring-utf16 / bar.m
CommitLineData
2f2f92e4
A
1#include <CoreFoundation/CFString.h>
2
3
4void bar()
5{
6 CFStringGetLength(CFSTR("über"));
7}