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-arrow-5.cpp
blob: c41b56d45034510224595149102a89404b740d38 (
plain
) (
tree
)
8f1093f
1
2
3
4
5
class
S
{
public
:
int
a
;
};
void
foo
()
{}
int
main
()
{
(
foo
())
->
a
;
}