ffi_test/FfiTest/Basic.lean

7 lines
105 B
Text
Raw Normal View History

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