mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:48:08 +02:00
9 lines
91 B
ObjectPascal
9 lines
91 B
ObjectPascal
{ %fail }
|
|
type TObj = object
|
|
property crashme;
|
|
end;
|
|
|
|
begin
|
|
end.
|
|
|