fpc/tests/tbf/tb0016.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

11 lines
207 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0100.pp }
{ a unit may only occure once in uses OK 0.99.6 (PM) }
unit tbs0100;
interface
uses dos;
implementation
uses dos; { Not Allowed in BP7}
end.