fork(1) download
  1. #import <objc/objc.h>
  2. #import <objc/Object.h>
  3. #import <Foundation/Foundation.h>
  4.  
  5. int main() {
  6. NSAutoreleasePool *pool = [NSAutoreleasePool new];
  7.  
  8. int a;
  9. char c = 'a';
  10. float d, b, i = 2.0;
  11.  
  12. [pool drain];
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0.02s 42104KB
stdin
Standard input is empty
stdout
Standard output is empty