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