summaryrefslogblamecommitdiff
path: root/tests/typing/good/testfile-subtype-1.cpp
blob: 67647d0da4862e9017f48902d42675a46c70df02 (plain) (tree)
1
2
3
4
5
6




                   
 
#include <iostream>
int main() {
  int *s;
  s = NULL;
}