mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:18:18 +02:00
11 lines
88 B
ObjectPascal
11 lines
88 B
ObjectPascal
{ %fail }
|
|
|
|
type
|
|
tenum=(ea);
|
|
var
|
|
p: pointer;
|
|
e: tenum;
|
|
begin
|
|
if e<>p then ;
|
|
end.
|