view tests/mini/compile_bug174_enclosing_on_break.d @ 1181:204197eb9eb5

Fix up some naked asm output for mingw32
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Mon, 30 Mar 2009 18:18:23 -0600
parents d51551cb3a85
children
line wrap: on
line source

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