summaryrefslogtreecommitdiff
path: root/test/asset/run-success/bool.et
blob: 7121cc0bc6b0b9de67a8821b16ad8dddfb12a4f9 (plain)
1
2
3
4
5
6
7
test Test:
    node n
    guard (True == True)
    guard (False == False)
    guard (False /= True)
    guard ((1 == 1) == True)
    guard ((1 == 0) == False)