ffi_test/FfiTest/Basic.lean

6 lines
105 B
Text

@[extern "my_add"]
opaque myAdd : UInt32 → UInt32 → UInt32
def hello := "world"
-- #eval myAdd 1 2