depot/third_party/tvl/users/grfn/achilles/ach/externs.ach

6 lines
78 B
Text
Raw Normal View History

extern puts : fn cstring -> int
fn main =
let _ = puts "foobar"
in 0