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-arith-2.cpp
blob: 30c56d497daffd1713ea9d3b5cb4e75a9b46cc3d (
plain
) (
blame
)
1
2
3
class
S
{
public
:
int
a
;
};
int
main
()
{
S
s
;
s
+
1
;
}