mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 09:29:42 +01:00
* replace derefnode with resolveppuidx method that only needs to be
implemented for nodes referencing other nodes
* fix IE when a label is not defined in inline function
git-svn-id: trunk@11697 -
12 lines
81 B
ObjectPascal
12 lines
81 B
ObjectPascal
uses uw11762;
|
|
|
|
begin
|
|
i:=0;
|
|
p;
|
|
p;
|
|
p;
|
|
p;
|
|
if i<>4 then
|
|
halt(1);
|
|
end.
|