blob: 9899f7f8e6f81cb026404113edfef2f3fbc8b3b7 [file] [log] [blame]
/* APPLE LOCAL file add trivial.m */
#import <objc/Object.h>
int main(void)
{
[Object class];
return 0;
}