(import scheme compile-file) (try-compile (string-append "#include \n" "int main(int argc, char **argv) { printf(\"Hello, world!\\n\"); return 0; }\n") verbose: #t )