view tests/mini/compile_bug174_enclosing_on_break.d @ 912:16264a3973bf

_d_delarray also had one of the array consistency asserts mentioned in #184 and dmd2632.
author Christian Kamm <kamm incasoftware de>
date Fri, 30 Jan 2009 07:51:50 +0100
parents d51551cb3a85
children
line wrap: on
line source

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