mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 07:59:27 +02:00

object file is not available for linking when tw13345x is recompiled) git-svn-id: trunk@12959 -
17 lines
108 B
ObjectPascal
17 lines
108 B
ObjectPascal
unit uw13345y;
|
|
|
|
{$mode delphi}
|
|
|
|
interface
|
|
|
|
type
|
|
ta = interface
|
|
end;
|
|
|
|
var
|
|
c: ta;
|
|
|
|
implementation
|
|
|
|
end.
|