tobjc4.pp 211 B

1234567891011121314
  1. { %fail }
  2. { %target=darwin }
  3. { %cpu=powerpc,i386 }
  4. {$modeswitch objectivec1}
  5. type
  6. ta = objcclass
  7. { no constructors in Objective-C }
  8. constructor create; message 'create';
  9. end; external;
  10. begin
  11. end.