]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/objc-class-alias/test.m
7eba08f878c54ae02af95c63823804807e640b9e
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / objc-class-alias / test.m
1 #include <Foundation/Foundation.h>
2
3 @interface Foo : NSObject
4 @end
5
6 @implementation Foo
7 @end
8
9
10 int main()
11 {
12 return 0;
13 }