[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0139-8.cs
blob1d31c415fd8dc1c0a4a31c4607c0b640b40e6432
1 // CS0139: No enclosing loop out of which to break or continue
2 // Line: 9
4 class Foo {
5 static void Main ()
7 try {}
8 finally {
9 break;