mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 19:54:59 +01:00
12 lines
208 B
ObjectPascal
12 lines
208 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.
|
|
|