// CS1536: Invalid parameter type 'void' // Line: 7 using System; class X { void Test (void a) { } static void Main () { } }