summary refs log tree commit diff
path: root/tests/pracownia4/pracownia3/040_string.xi
blob: f046b6bfe3422e52d25f15b67c4c69145dcdb27f (plain) (blame)
1
2
3
4
5
6
7
8
main():int
{
    x:int[] = "Wroclaw"
    return 13
}

//@PRACOWNIA
//@out Exit code: 13