summary refs log tree commit diff
path: root/tests/pracownia2/error/031_int_as_A.xi
blob: 30d623d95de6514bfd47e32c2594447bc5f01910 (plain) (blame)
1
2
3
4
5
6
7
test()
{
    x:int;
    x[0] = 1;
}
//@PRACOWNIA
//@should_not_typecheck