blob: c2560658ea416f7028ab59544c742d372be07c1f [file] [log] [blame]
#import <objc/Object.h>
int main(void)
{
[Object class];
}