2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1547-5.cs
blob315f2df89f62db8faed3b3ac4fd2b4a52fc977ec
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 6
4 class C {
5 static void Main () {
6 int i = sizeof (void);