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
/
pracownia4
/
pracownia3
/
006_init_variable.xi
blob: 27940b73239e638c5c94d32a2502dc1d0f4c4f27 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
main
()
:
int
{
x
:
int
=
42
;
return
13
}
//@PRACOWNIA
//@out Exit code: 13