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-assign-5.cpp
blob: 6d42d6012f85c55735cb200edf48a6c51dc145a3 (
plain
) (
tree
)
8f1093f
1
2
3
class
S
{
public
:
int
a
;
};
int
main
()
{
S
s
;
s
=
0
;
}