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