summaryrefslogtreecommitdiff
path: root/test/asset/run/trivial.et
blob: 0b2e8784996c2dd2c9183309067b2c60505402ff (plain)
1
2
3
4
5
6
7
test AlwaysSucceeds:
    node n
    guard (1 == 1)

test AlwaysFails:
    node n
    guard (1 == 0)