mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-18 18:55:01 +01: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.
|