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