mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-18 07:05:37 +01:00
12 lines
162 B
ObjectPascal
12 lines
162 B
ObjectPascal
{ %cpu=wasm32 }
|
|
{ %fail }
|
|
|
|
program twasmexternref6a;
|
|
|
|
const
|
|
{ Cannot take the size of WebAssembly reference types }
|
|
Q = BitSizeOf(WasmExternRef);
|
|
|
|
begin
|
|
end.
|