view trunk/src/tests/forward03.d @ 651:2a690956cf1c

Moved src/test to src/tests.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 15 Jan 2008 11:40:11 +0100
parents trunk/src/test/forward03.d@50f22f0467e6
children b4c9f1cb19c6
line wrap: on
line source

/++
  Author: Aziz Köksal
+/

// Impossible static circular reference.
const x = y;
const y = x;