summary refs log tree commit diff
path: root/tests/pracownia2/ok/034_bool.xi
blob: ebf756578c9a9e2e9c8d6d7ec939c817bc1f89a7 (plain) (blame)
1
2
3
4
5
6
7
8
test()
{
    x:bool = true
    x = false
}

//@PRACOWNIA
//@stop_after typechecker