2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-431-lib-2.cs
blob7ab3d5009c99a30ca11611b7d6873bbeb0138352
1 // Compiler options: -t:library -noconfig -r:gtest-431-lib-1.dll
3 using System;
5 namespace Library {
7 public class Foo {
10 public static class Extensions {
12 public static void Bar (this Foo self)
14 Console.WriteLine ("Bar");