summary refs log tree commit diff
path: root/tests/pracownia2/error/124_init2_bool_fst.xi
blob: 462eeeec7cce81cc20ef503cbab76569a1856417 (plain) (blame)
1
2
3
4
5
6
7
test()
{
    i:bool;
    a:int[i][42];
}
//@PRACOWNIA
//@should_not_typecheck