aboutsummaryrefslogtreecommitdiff
path: root/tests/main.amal
blob: dde97f79c549b3533258c3566ebde3a334cdbc72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
const io = @import("tests/io.amal")

const main = () {
    var hello = () {

    }
    hello()
}

const print = () {

}