diff trunk/src/test/forward03.d @ 626:50f22f0467e6

Added test case forward03.d.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 11 Jan 2008 15:06:53 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/src/test/forward03.d	Fri Jan 11 15:06:53 2008 +0100
@@ -0,0 +1,7 @@
+/++
+  Author: Aziz Köksal
++/
+
+// Impossible static circular reference.
+const x = y;
+const y = x;