view tests/mini/compile_bug174_enclosing_on_break.d @ 1003:de97188378bc

Fix struct field alignment on x86-64 (for align > 8, like real.alignof)
author Frits van Bommel <fvbommel wxs.nl>
date Fri, 27 Feb 2009 12:35:31 +0100
parents d51551cb3a85
children
line wrap: on
line source

void main()
{
  scope Object o;
  switch(0)  {}
}