add bug info
[mcs.git] / tests / test-cls-12.cs
blobf1bd748dfac6cda56ec25de1ef6415fb264aff25
1 // Compiler options: -warnaserror
3 using System;
5 [module: CLSCompliant(true)]
6 [assembly: CLSCompliant(true)]
8 public class MainClass {
9 public static void Main () {