brintos

brintos / llvm-project-archived public Read only

0
0
Text · 145 B · 9c79f85 Raw
10 lines · plain
1#import <Foundation/Foundation.h>2 3int main()4{5    [NSString initialize];6	id foo = @{@1 : @2, @2 : @3};7	int x = 34;8	return 0; // Stop here9}10