view trunk/src/test/forward04.d @ 628:08681b93c3b3

Added test case forward04.d.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 11 Jan 2008 15:23:38 +0100
parents
children
line wrap: on
line source

/++
  Author: Aziz Köksal
+/

class A { auto x = pi; }
mixin("const pi = 3.14;");