diff nocompile/invariant_30.d @ 384:168e5120626f

multiple invariants in one struct/union/class
author thomask
date Mon, 04 Apr 2005 17:57:41 +0000
parents
children ec5e144583ea
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/invariant_30.d	Mon Apr 04 17:57:41 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.invariant_30;
+
+struct MyStruct{
+	invariant{
+	}
+
+	invariant{
+	}
+}
+