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

//@PRACOWNIA
//@out Exit code: 1