trivial.m   [plain text]


#import <objc/Object.h>

int main(void)
{
  [Object class];
}