summaryrefslogtreecommitdiff
path: root/mcs/tests/test-419-3-lib.cs
blob: aeee13693671bdf84eae395608dd865546ec564f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Compiler options: -t:library

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

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