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-field-7.cpp
blob: 3ab70cb4a24cfb9aae3c537f738322f8aa64cc29 (
plain
) (
blame
)
1
2
3
4
5
class
S
{
public
:
int
a
;
};
void
foo
()
{}
int
main
()
{
(
foo
()).
a
;
}