reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
#import <Foundation/Foundation.h>

int main()
{
    [NSString initialize];
	id foo = @{@1 : @2, @2 : @3};
	int x = 34;
	return 0; // Stop here
}