comparison src/tests/forward01.d @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/src/tests/forward01.d@2a690956cf1c
children
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
1 /++
2 Author: Jari-Matti Mäkelä
3 +/
4
5 // Impossible circular composition.
6 struct A { B b; }
7 struct B { A a; }