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