[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1525-46.cs
blob87e31f3c9560700e2c3eb59615df0c05127b24f3
1 // CS1525: Unexpected symbol `;', expecting `(', `[', or `{'
2 // Line: 7
4 class X {
5 static void Main ()
7 X x = new X;