mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-30 14:26:00 +02: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.
|