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