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-ampersand-2.cpp
blob: ceffc1b599553cc87d26cb0f9facdfdd1b5ee0f4 (
plain
) (
tree
)
8f1093f
1
2
int
main
()
{
int
x
;
int
y
;
&
(
x
+
y
);
}