**** Merged from MCS ****
[mono-project.git] / mcs / tests / cls-test-16.cs
blob5929b442e4e0a681dbe78ea1da0157094c15242b
1 using System;
2 [assembly:CLSCompliant (true)]
4 [CLSCompliant (false)]
5 [CLSAttribute (new bool [] {true, false})]
6 public class CLSAttribute: Attribute {
7 public CLSAttribute(bool[] array) {
11 public class ClassMain {
12 public static void Main () {}