2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1041-2.cs
blobb108fb6fb4d7f90d906ba6e6d2ebfa76c9e6781e
1 // cs1001: Identifier expected
2 // Line: 6
4 class T {
5 // Change (args) to (string args) to fix it
6 public static int Main (args)