#include "std/io.toc"; main ::= fn() { defer puts("bye"); puts("hello"); }