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