#include "std/io.toc"; main ::= fn() { #if "hello" { x := 5; } else { x := 6; } puti(x); }