view tests/mini/compile_bug174_enclosing_on_break.d @ 1574:72f00d740665

Fix bug #356. Our sorting function was wrong if a value was between two NULL pointers.
author Benjamin Kramer <benny.kra@gmail.com>
date Sat, 22 Aug 2009 11:45:20 +0200
parents d51551cb3a85
children
line wrap: on
line source

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