summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.mt
blob: 008dc88e62c1f6541de1f47bf05712dc275a69d2 (plain)
1
2
3
4
5
6
7
exports (main)

def main(=> currentProcess) :Int as DeepFrozen:
    traceln(`Current process: $currentProcess`)
    "A \r \n \x00 \u1234"
    '\u1234'
    return 0