aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/expression/simple.sy
blob: 29d7c767fe0676067cb0382b359d6f65d42a58bd (plain) (blame)
1
2
3
4
5
start :: fn {
    1 + 1 // blargh 
    2 // blargh 
    // HARGH 
}