summary refs log tree commit diff
path: root/tests/pracownia2/error/023_bool_as_A.xi
blob: bb389076d7e6d823e55cd9a17dfecbda09c1e0cb (plain) (blame)
1
2
3
4
5
6
7
test()
{
    x:bool;
    x[0] = 1;
}
//@PRACOWNIA
//@should_not_typecheck