summary refs log tree commit diff
path: root/tests/pracownia2/error/128_div_trueture.xi
blob: 1f0da71029ab43edfbcd3bc5c47d9590da758970 (plain) (blame)
1
2
3
4
5
6
7
f():bool
{
    return true / true
}

//@PRACOWNIA
//@should_not_typecheck