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