summaryrefslogtreecommitdiff
path: root/tnslc/simple.tnsl
blob: 91e2e91598773fbd433383cae3fde8467d774e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

/; module mod
    uint a = 2, b = 4
    {}uint8 str = "Hello", c = "#"

    struct test {
        int i, j,
        bool k,
        uint8 m
    }
;/


/; main [int]
    return 0
;/