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