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
/
good
/
testfile-subtype-1.cpp
blob: 67647d0da4862e9017f48902d42675a46c70df02 (
plain
) (
blame
)
1
2
3
4
5
6
#include
<iostream>
int
main
()
{
int
*
s
;
s
=
NULL
;
}