]> git.saurik.com Git - apple/ld64.git/blame_incremental - unit-tests/test-cases/archive-ObjC-unexported/bar.m
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / archive-ObjC-unexported / bar.m
... / ...
CommitLineData
1#include <Foundation/Foundation.h>
2
3@interface Foobar : NSObject
4@end
5
6void other()
7{
8 [[Foobar alloc] init];
9}
10
11void bar()
12{
13}
14