mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 22:28:06 +02:00
11 lines
207 B
ObjectPascal
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.
|