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
/
good
/
testfile-subtype-2.cpp
blob: d65ebc00ae0249ccaec74c43dcfa24b4f21dcab4 (
plain
) (
tree
)
a60e8a8
1
2
3
4
5
#include
<iostream>
class
A
{
public
:
};
int
main
()
{
A
*
x
=
NULL
;
}