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