comparison tests/mini/compile_bug174_enclosing_on_break.d @ 901:d51551cb3a85

Fix #174.
author Christian Kamm <kamm incasoftware de>
date Thu, 22 Jan 2009 21:46:40 +0100
parents
children
comparison
equal deleted inserted replaced
900:177afbf5297b 901:d51551cb3a85
1 void main()
2 {
3 scope Object o;
4 switch(0) {}
5 }