module test extern "puts" func puts(text: ^i8) func test() { puts("uwu") }