index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0501_loop_infinite.c
blob: 2676685fd510a42efb72dcc3144053c6e63b6675 (
plain
) (
tree
)
bcde99f
1
2
3
4
int
x
=
0
;
while
(
x
<
10
)
{
print
(
x
);
}