index
:
compiler_construction
this commit
main
Project for Compiler Construction course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pracownia3
/
044_list_init.xi
blob: a7a2c9d50f8a63e2dc0afca2b2e11acd93ad18de (
plain
) (
blame
)
1
2
3
4
5
6
7
8
main
()
:
int
{
x
:
int
[]
=
{
1
,
2
,
3
}
return
0
}
//@PRACOWNIA
//@out Exit code: 0