summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1525-56.cs
blob: c2b50876014a55fb1773ecc43819a02f7012335a (plain)
1
2
3
4
5
6
7
8
// CS1525: Unexpected symbol `string', expecting `,' or `]'
// Line: 5

public class TestApp {
	static void Main ([MarshalAs (UnmanagedType.LPStr) string[] args)
	{
	}
}