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