summaryrefslogtreecommitdiff
path: root/mcs/tests/gtest-exmethod-22-lib.cs
blob: 6fc8e49d174d8974e9dc20f3ce2c0387da740068 (plain)
1
2
3
4
5
6
7
8
// Compiler options: -t:library

static public class A
{
	public static void Foo (this int i)
	{
	}
}