mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 10:09:23 +02:00
* disallow WebAssembly reference types to be declared as var, constref or out parameters
This commit is contained in:
parent
7a65fc697f
commit
e57bd03644
@ -57,6 +57,10 @@ procedure testproc7(const q: WasmExternRef);
|
||||
begin
|
||||
end;
|
||||
|
||||
procedure testproc7(const q: WasmExternRef);
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
testproc5(nil);
|
||||
testproc5(global_externref);
|
||||
|
Loading…
Reference in New Issue
Block a user