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
/
syntax
/
bad
/
testfile-unclosed_escaped_string-1.cpp
blob: 7d889f2aebe8e0b75aa5ca31afed55a33b148cd5 (
plain
) (
blame
)
1
2
3
void
f
()
{
g
(
"
\"
);
}