Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs3013.cs
1 // CS3013: Added modules must be marked with the CLSCompliant attribute to match the assembly
2 // Line: 0
3 // Compiler options: -addmodule:CS3013-module.dll -warnaserror -warn:1
4
5 using System;
6
7 [assembly: CLSCompliant(true)]