summaryrefslogtreecommitdiff
path: root/test/asset/run/callstack.et
blob: f500fb6f179fffb1e1d7647afec412bb29a2955b (plain)
1
2
3
4
5
6
7
8
test AG:
    let x = 1
    guard (x == 0)

test AE:
    spawn as p
    let x = 2
    expect /$x/ from p timeout 0.0