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

main ::= fn() {
	 #if 0 {
	 	 io.puts("hi");
	 } elif 0 {
	   	 io.put();
	 } elif 0 {
	 	 io.puts("Hi");
	 }
	 io.puts("hey");
};