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-if-2.cpp
blob: fa8aa4d9b94f131d2aaeff9eab53549ff88689cb (
plain
) (
tree
)
8f1093f
1
2
3
4
class
S
{
public
:
int
a
;
};
int
main
()
{
S
s
;
if
(
s
);
}