| ... | @@ -6006,7 +6006,7 @@ pub fn main() void { | ... | @@ -6006,7 +6006,7 @@ pub fn main() void { |
| 6006 | {#target_linux_x86_64#} | 6006 | {#target_linux_x86_64#} |
| 6007 | pub fn main() noreturn { | 6007 | pub fn main() noreturn { |
| 6008 | const msg = "hello world\n"; | 6008 | const msg = "hello world\n"; |
| 6009 | _ = syscall3(SYS_write, STDOUT_FILENO, @ptrToInt(&msg), msg.len); | 6009 | _ = syscall3(SYS_write, STDOUT_FILENO, @ptrToInt(msg), msg.len); |
| 6010 | _ = syscall1(SYS_exit, 0); | 6010 | _ = syscall1(SYS_exit, 0); |
| 6011 | unreachable; | 6011 | unreachable; |
| 6012 | } | 6012 | } |