[interp] Don't check for exception in native wrappers (#14184)
[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)