index
:
LPC-Projet.git
master
Projet de Langages de Programmation et Compilation
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
typing
/
bad
/
testfile-while-1.cpp
blob: 1cadb41da668dab9a140f39b2a02611a767f7593 (
plain
) (
blame
)
1
2
void
foo
()
{}
int
main
()
{
while
(
foo
());
}