mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 11:27:09 +03:00
3bb4d65b2f
Handle `-e` option in MachO linker allowing the user to set a custom entrypoint address.
8 lines
88 B
Objective-C
8 lines
88 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface Foo : NSObject
|
|
|
|
- (NSString *)name;
|
|
|
|
@end
|