fpc/tests/tbf/tb0057.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

8 lines
191 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0300.pp }
{ crash if method on non existing object is parsed (form bugs 651) OK 0.99.13 (PFV) }
procedure nonexistent_class_or_object.method; begin end;
begin
end.