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-arith-1.cpp
blob: 8dde0c2e552027ed663c11a33d05e38d31e5cad7 (
plain
) (
tree
)
8f1093f
1
2
class
S
{
public
:
int
a
;
};
int
main
()
{
S
s
;
s
+
s
;
}