(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs1547.cs
blob25ec37ba20210a7084e44e7ee9bb151a73b173ec
1 // CS1547: Keyword 'void' cannot be used in this context
2 // Line: 9
3 using System;
5 class X
7 static void Main ()
9 void[] a;