use fmt; export fn main() void = { for (true) { fmt::println("SPAM")!; }; };