view tests/mini/compile_bug174_enclosing_on_break.d @ 985:bce024c60adc

Clean up regexes in .hgignore, making it more strict.
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 19 Feb 2009 13:51:44 +0100
parents d51551cb3a85
children
line wrap: on
line source

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