| 1 | #import <Foundation/Foundation.h> |
|---|---|
| 2 | |
| 3 | int main() |
| 4 | { |
| 5 | [NSString initialize]; |
| 6 | id foo = @{@1 : @2, @2 : @3}; |
| 7 | int x = 34; |
| 8 | return 0; // Stop here |
| 9 | } |
| 10 |
| 1 | #import <Foundation/Foundation.h> |
|---|---|
| 2 | |
| 3 | int main() |
| 4 | { |
| 5 | [NSString initialize]; |
| 6 | id foo = @{@1 : @2, @2 : @3}; |
| 7 | int x = 34; |
| 8 | return 0; // Stop here |
| 9 | } |
| 10 |