view tests/mini/compile_bug174_enclosing_on_break.d @ 1566:c03d164e96d9

lookupTarget no longer takes a Module. And we need to get TargetData from the module if the Target doesn't have it.
author Benjamin Kramer <benny.kra@gmail.com>
date Tue, 04 Aug 2009 12:21:59 +0200
parents d51551cb3a85
children
line wrap: on
line source

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