mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 23:20:50 +01:00
9 lines
91 B
ObjectPascal
9 lines
91 B
ObjectPascal
{ %fail }
|
|
type TObj = object
|
|
property crashme;
|
|
end;
|
|
|
|
begin
|
|
end.
|
|
|