view tests/mini/compile_bug174_enclosing_on_break.d @ 925:79e3d33e6d6e

Added X86-64 versioning
author wilsonk@ubuntu
date Tue, 03 Feb 2009 12:33:21 -0700
parents d51551cb3a85
children
line wrap: on
line source

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