2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-267.cs
blobe3569d7990ea362ee33e118488321fcfa9d5f209
1 using System;
3 public class X
5 [CLSCompliant (false)]
6 public static string Text ()
8 return "PASS";
11 public static int Main ()
13 Console.WriteLine (Text ());
14 return 0;