{$MODE OBJFPC} { -*- delphi -*- } {$INCLUDE settings.inc} unit test1; interface procedure Test(); implementation procedure Test(); begin end; end.