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