1 // CS3010: `I.Error': CLS-compliant interfaces must have only CLS-compliant members
3 // Compiler options: -warnaserror -warn:1
6 [assembly
:CLSCompliant (true)]
10 void Valid (bool arg
);
12 [CLSCompliant (false)]
13 event AssemblyLoadEventHandler Error
;