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-4.cpp
blob: fbb7e9a03ea73f08eb39131275a43228052a4a5a (
plain
) (
tree
)
8f1093f
a01d09c
1
2
3
class
S
{
public
:
int
a
;
};
int
main
()
{
S
s
;
int
*
p
;
p
+
s
;
}