2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3012.cs
blobb9f34d6654cdeadc26f538429cbff98d590dbbcc
1 // cs3012.cs: You must specify the CLSCompliant attribute on the assembly, not the module, to enable CLS compliance checking
2 // Line: 7
3 // Compiler options: -warnaserror
5 using System;
7 [module: CLSCompliant(true)]
9 public class ClsMain {
10 public static void Main () {}