view tests/mini/compile_bug174_enclosing_on_break.d @ 1519:6182ceeb336a

LLVM_INSTDIR -> LLVM_INCLUDEDIR fix by d0k.
author Christian Kamm <kamm incasoftware de>
date Mon, 29 Jun 2009 21:44:11 +0200
parents d51551cb3a85
children
line wrap: on
line source

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