[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1525-56.cs
blobc2b50876014a55fb1773ecc43819a02f7012335a
1 // CS1525: Unexpected symbol `string', expecting `,' or `]'
2 // Line: 5
4 public class TestApp {
5 static void Main ([MarshalAs (UnmanagedType.LPStr) string[] args)