summary refs log tree commit diff
path: root/tests/pracownia4/pracownia3/032_return_index0.xi
blob: 09ddee403a6382430a7b1d7be5a237394af9ac54 (plain) (blame)
1
2
3
4
5
6
7
8
main():int
{
    x:int[] = {5, 10, 15}
    return x[0]
}

//@PRACOWNIA
//@out Exit code: 5