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
/
syntax
/
bad
/
testfile-if_else-1.cpp
blob: afa175944f4454a79ef481ab7afcd19474e0b804 (
plain
) (
tree
)
8f1093f
1
void
m
()
{
if
(
true
)
;
else
}