]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/lto-objc-image-info/main.m
ld64-123.2.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-objc-image-info / main.m
CommitLineData
a645023d
A
1
2#include <Foundation/Foundation.h>
3
4int main() {
5 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
6 [pool drain];
7 return 0;
8}
9