// CS1525: Unexpected symbol `void' // Line: 8 class C { public static void Main () { string s = void.ToString (); } }