]> git.saurik.com Git - apple/ld64.git/blob - FireOpal/unit-tests/test-cases/rebase-basic/bar.m
ff4f2aceed19dd451b3ebb40cfb197b55c50ab99
[apple/ld64.git] / FireOpal / unit-tests / test-cases / rebase-basic / bar.m
1 #include <Foundation/Foundation.h>
2
3 @interface Bar : NSObject
4
5 -(void) blah;
6
7 @end
8
9 @implementation Bar
10
11 -(void) blah {}
12
13 @end