aboutsummaryrefslogtreecommitdiff
path: root/toolchains/cc/objc_example/hello.m
blob: b9f5a4184fce3990fc2af294d69c42006bda4761 (plain)
1
2
3
4
5
6
7
#import <Foundation/Foundation.h>
#import "defs.h"

int main() {
   NSLog(HELLO);
   return 0;
}