about summary refs log tree commit diff
path: root/boot/tests/transpile/basic.cskt
blob: eb22b8475ec664a2fe22a0c6dfa94f398737eac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
the transpiler has to follow a simple pattern of
the files it creates to make viable c source.
here we check that the simplest possible file has
all of the expected parts needed.

<<<

main = fun () {
}

>>>