summaryrefslogtreecommitdiff
path: root/mcs/tests/test-883-lib.cs
blob: 643f613779aebdf7356af4ebf5977c53d99b7870 (plain)
1
2
3
4
5
6
7
8
// Compiler options: -t:library -r:dlls/test-883.dll

public class TestClass
{
	public static void Foo (E e)
	{
	}
}