mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 08:19:27 +02:00
15 lines
189 B
ObjectPascal
15 lines
189 B
ObjectPascal
{ %cpu=wasm32 }
|
|
{ %fail }
|
|
|
|
program twasmexternref4b;
|
|
|
|
{$MODE objfpc}
|
|
|
|
{ WasmExternRef cannot be declared an out parameter }
|
|
procedure testproc(out p: WasmExternRef);
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|