summary refs log tree commit diff
path: root/tests/pracownia4/pracownia3/031_div_literals.xi
blob: 16a75f8b05ceda0332789caf0b443aaa9a6f98da (plain) (blame)
1
2
3
4
5
6
7
8
main():int
{
    return 8 / 2
}

//@PRACOWNIA
//@out Exit code: 4