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