(module main) (fn main () -> i32 (print_string "hello") (print_string "line\nquote\"slash\\tab\t") 0)