On Saturday, 2 February 2013 at 03:50:49 UTC, Zach the Mystic wrote: > [..] What do you suppose would happen if I wrote the following? struct A { struct B {} B b1; B b2; } void main() { A a; assert(&a.b1 == &a.b2); }