view trunk/src/tests/forward05.d @ 652:b4c9f1cb19c6

Added test forward05.d.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 15 Jan 2008 12:10:46 +0100
parents
children
line wrap: on
line source

/++
  Author: Aziz Köksal
+/

struct A
{ int a = B.x; }

struct B
{ const int x = 1; }