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

namespace N
{
	public static class ES
	{
		public static void ShouldEqual (this object actual, object expected)
		{
		}
	}
}