fpc/tests/webtbs/uw22427a.pp
svenbarth 03493a4d31 Added tests for now fixed Mantis #22427.
git-svn-id: trunk@22453 -
2012-09-25 10:10:28 +00:00

11 lines
77 B
ObjectPascal

unit uw22427a;
interface
const
SMessage = 'nihao';
implementation
end.