summaryrefslogtreecommitdiff
path: root/mcs/tests/gtest-named-02.cs
blob: 90c66d00cdc50970a333a55ee9b97b443077c93e (plain)
1
2
3
4
5
6
7
8
9
10
public class D
{
	public static void Foo (int d = true ? 1 : 0)
	{
	}

	public static void Main ()
	{
	}
}