view tests/mini/compile_bug174_enclosing_on_break.d @ 1573:3a08f5e2553b

Fixed iretq problem reported by wilkie of the XomB project
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Mon, 17 Aug 2009 13:42:19 -0600
parents d51551cb3a85
children
line wrap: on
line source

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