summaryrefslogtreecommitdiff
path: root/test.toc
blob: f489e676f5ba8ff54fe5f7f3abed76e1b325a7d4 (plain)
1
2
3
4
5
6
7
8
9
10
#include "std/io.toc";

main ::= fn() {
	#if "hello" {
		x := 5;
	} else {
		x := 6;
	}
	puti(x);
}