mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 16:48:06 +02:00
13 lines
182 B
ObjectPascal
13 lines
182 B
ObjectPascal
{ %cpu=wasm32 }
|
|
{ %fail }
|
|
|
|
program twasmexternref4a;
|
|
|
|
{ WasmExternRef cannot be declared a constref parameter }
|
|
procedure testproc(constref p: WasmExternRef);
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|