fpc/tests/webtbs/uw13345y.pp
Jonas Maebe 0698678f86 * renamed tw13345y.pp to uw13345y because it's a unit (otherwise its
object file is not available for linking when tw13345x is recompiled)

git-svn-id: trunk@12959 -
2009-03-22 20:52:45 +00:00

17 lines
108 B
ObjectPascal

unit uw13345y;
{$mode delphi}
interface
type
ta = interface
end;
var
c: ta;
implementation
end.