view trunk/src/test/forward01.d @ 624:0e772400644c

Added test folder for compiler tests. Added forward01.d.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 11 Jan 2008 14:37:45 +0100
parents
children
line wrap: on
line source

/++
  Author: Jari-Matti Mäkelä
+/

// Impossible circular composition.
struct A { B b; }
struct B { A a; }