cryptol/tests/ffi/ffi-runtime-errors.icry.stdout.darwin
2024-06-02 04:16:37 -07:00

26 lines
843 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module Main
Loading dynamic library ffi-runtime-errors.dylib
numeric type argument to foreign function is too large: 18446744073709551616
in type parameter n`892 of function Main::f
type arguments must fit in a C `size_t`
-- Backtrace --
Main::f called at ffi-runtime-errors.icry:4:1--4:2
cannot call foreign function Main::g
No foreign implementation is loaded,
or FFI calls are not supported in this context.
cannot call foreign function Main::g
No foreign implementation is loaded,
or FFI calls are not supported in this context.
cannot call foreign function Main::g
No foreign implementation is loaded,
or FFI calls are not supported in this context.
cannot call foreign function Main::g
No foreign implementation is loaded,
or FFI calls are not supported in this context.