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