changeset 107:23f362b08087

Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
author thomask
date Thu, 04 Nov 2004 13:49:58 +0000
parents 520c58cefbfd
children aa6478748245
files compile/struct_16.d
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/struct_16.d	Thu Nov 04 13:49:58 2004 +0000
@@ -0,0 +1,13 @@
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2004-11-04
+// @uri@	news://cmdbq1$1a49$3@digitaldaemon.com
+// @url@	nttp://digitalmars.com/digitalmars.D.bugs:2194
+
+module dstress.compile.struct_16;
+
+struct MyStruct{
+	StructAlias* MyStruct(){
+		return null;
+	}
+}
+alias MyStruct StructAlias;