fpc/tests/test/wasm/twasmexternref6a.pp

12 lines
162 B
ObjectPascal

{ %cpu=wasm32 }
{ %fail }
program twasmexternref6a;
const
{ Cannot take the size of WebAssembly reference types }
Q = BitSizeOf(WasmExternRef);
begin
end.