[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0579-2.cs
blob69f55a526429de174b4299577f43498e5506ff11
1 // CS0579: The attribute `System.Diagnostics.DebuggableAttribute' cannot be applied multiple times
2 // Line: 7
4 using System.Diagnostics;
6 [module: DebuggableAttribute (false, false)]
7 [module: DebuggableAttribute (false, false)]
9 class MainClass {
10 static void Main()