import "tests/print.em" int :: main () { printf("%s\r\n", "hi there"); return (0); }