Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git] / mcs / tests / test-static-using-09.cs
blob993fd8df04eff9211020ae194633a613a79cd609
1 // Compiler options: -r:test-static-using-09-lib.dll
3 using static Constants;
5 static class Program
7 static void Main ()
9 System.Console.WriteLine (One);