[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0161.cs
blob1aeff37914806dec38423e89437b98f9b208aa1e
1 // CS0161: `A.Main()': not all code paths return a value
2 // Line: 6
4 class A
6 public static int Main ()