bar.c   [plain text]


#include <CoreFoundation/CFString.h>


void bar()
{
	CFStringGetLength(CFSTR("live"));
}