mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 20:57:22 +01:00
no message
This commit is contained in:
parent
ef9b70f1f4
commit
5d11e3a5a3
18
tests/tbf/tb0169.pp
Normal file
18
tests/tbf/tb0169.pp
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{ %fail }
|
||||||
|
|
||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
|
type
|
||||||
|
ttype=object
|
||||||
|
l1,l2 : pointer;
|
||||||
|
end;
|
||||||
|
|
||||||
|
tcl=class
|
||||||
|
end;
|
||||||
|
|
||||||
|
var
|
||||||
|
tt : ttype;
|
||||||
|
c : tcl;
|
||||||
|
begin
|
||||||
|
c:=tcl(tt);
|
||||||
|
end.
|
||||||
Loading…
Reference in New Issue
Block a user