view tests/mini/compile_bug174_enclosing_on_break.d @ 1545:7fcb72d518f6

More factory methods moved to LLVMContext
author Benjamin Kramer <benny.kra@gmail.com>
date Wed, 15 Jul 2009 18:09:41 +0200
parents d51551cb3a85
children
line wrap: on
line source

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