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
/
typing
/
bad
/
testfile-assign-28.cpp
blob: 3d20c1bc0ccf8cf65f1715db47a0cf5ebadcacbe (
plain
) (
blame
)
1
2
3
class
S
{
public
:
int
a
;
};
int
main
()
{
S
s
;
+
s
;
}