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

//@PRACOWNIA
//@out Exit code: 10