// cs3013.cs: Added modules must be marked with the CLSCompliant attribute to match the assembly // Line: 0 // Compiler options: -addmodule:CS3013-module.dll using System; [assembly: CLSCompliant(true)]