]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/objc-selector-coalescing/other.m
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / objc-selector-coalescing / other.m
CommitLineData
2f2f92e4
A
1
2#include <Foundation/Foundation.h>
3
4
5int main()
6{
7 [NSString stringWithUTF8String:"hello"];
8 return 0;
9}
10