summary refs log tree commit diff
path: root/tests/pracownia2/ok/022_int.xi
blob: ae97ae76e7c90b49f2c71a3b8d9ef210cd7bd339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
test()
{
    x:int = 1
    x = 42
    x = 'a'
}    


//@PRACOWNIA
//@stop_after typechecker