view tests/mini/compile_bug174_enclosing_on_break.d @ 937:6c09179ebba0

Fixed warning on osx as per request from mwarning.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 04 Feb 2009 16:02:05 +0100
parents d51551cb3a85
children
line wrap: on
line source

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