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