Compiler projects using llvm
@interface MyClass {
  int j;
};
+(MyClass*)fromInteger:(int)_j;
-(int)getInteger;
@end