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

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

    }
    const value = "hello, world!";
}

const print = () {

}