**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs1547-2.cs
bloba4edd20a93a06f29fcbc9bc0b592cfb1a56407c2
1 // CS1547: Keyword 'void' cannot be used in this context
2 // Line: 7
3 using System;
5 class X
7 static void Main ()
9 void a;