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