]> git.saurik.com Git - apple/ld64.git/blob - 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
1 #include <CoreFoundation/CFString.h>
2
3
4 void bar()
5 {
6 CFStringGetLength(CFSTR("über"));
7 }