val sayHello = _import "say_hello" public: int * string -> int; val _ = sayHello (10, "World");