1 // CS0626: `Test.OnFoo' is marked as an external but has no DllImport attribute. Consider adding a DllImport attribute to specify the external implementation
3 // Compiler options: -warnaserror -warn:1
8 public delegate void Handler ();
11 extern event Handler OnFoo
;