changeset 852:386484ee55c0

Wang Zhen <nehzgnaw@gmail.com> 2006-02-17 news:dt4b75$2j45$4@digitaldaemon.com
author thomask
date Sat, 18 Feb 2006 08:07:11 +0000
parents d3ecc4246287
children 4ff7cad261b3
files nocompile/t/typeinfo_01_A.d
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/t/typeinfo_01_A.d	Sat Feb 18 08:07:11 2006 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Wang Zhen <nehzgnaw@gmail.com>
+// @date@	2006-02-17
+// @uri@	news:dt4b75$2j45$4@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 17
+
+module dstress.nocompile.t.typeinfo_01_A;
+
+struct S{
+}
+
+void main(){
+	S.typeinfo;
+}