summaryrefslogtreecommitdiff
path: root/mcs/tests/gtest-exmethod-24.cs
blob: 3a7f48f6982d81d8c9c26c9cb4ff5c1ee2b2ea6e (plain)
1
2
3
4
5
6
7
8
9
10
// Compiler options: -r:gtest-exmethod-24-lib.dll

using lib1;

public class Bar
{
	public static void Main ()
	{
	}
}