trivial.m   [plain text]


/* APPLE LOCAL file add trivial.m */
#import <objc/Object.h>

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