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