From 8f1093f0e00f9b1df7ce343a879303fd56a95d08 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 29 Oct 2013 17:42:34 +0100 Subject: First commit. --- tests/typing/good/testfile-subtype-1.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/typing/good/testfile-subtype-1.cpp (limited to 'tests/typing/good') diff --git a/tests/typing/good/testfile-subtype-1.cpp b/tests/typing/good/testfile-subtype-1.cpp new file mode 100644 index 0000000..ee18b1e --- /dev/null +++ b/tests/typing/good/testfile-subtype-1.cpp @@ -0,0 +1,5 @@ +#include +int main() { + int *s; + s = NULL; +} -- cgit v1.2.3