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