1 // CS0647: Error during emitting `System.Runtime.InteropServices.DllImportAttribute' attribute. The reason is `DllName cannot be empty'
4 using System
.Runtime
.InteropServices
;
9 extern static void Blah ();
11 static void Main (string [] args
)