2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs0647-12.cs
1 using System.Runtime.InteropServices;
2 using System;
3
4 class X {
5         [DllImport ("")]
6         extern static void Blah ();
7
8     static void Main (string [] args)
9     {
10     }
11
12 }