diff nocompile/ptr_07.d @ 169:d7e8a8ec71d4

extended ptr tests
author thomask
date Wed, 01 Dec 2004 12:36:20 +0000
parents
children 1a77f6d93b45
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/ptr_07.d	Wed Dec 01 12:36:20 2004 +0000
@@ -0,0 +1,13 @@
+// $HeadURL$
+// $Date$
+// Author$
+
+module dstress.nocompile.ptr_07;
+
+int main(){
+	Object** pointer;
+
+	assert(pointer.ptr === null);
+
+	return 0;
+}