{ %target=darwin } { %norun } unit tw20876; {$mode delphi} {$modeswitch objectivec1} interface uses CocoaAll; type arecord = record astr: NSString; end; implementation end.