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