mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-19 04:11:50 +02: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.
|
|
|