fpc/tests/webtbs/tw27149.pp
Jonas Maebe 03067f240c + added already working test for mantis #27149
git-svn-id: trunk@32577 -
2015-12-04 14:00:37 +00:00

17 lines
139 B
ObjectPascal

{ %norun }
{$ifdef FPC}
{$mode delphi} {$Z1}
{$endif}
unit tw27149;
interface
const
ctrl_r = AnsiChar(#$0012);
implementation
end.