[configure] Add new target.
[mono-project.git] / mcs / tests / gtest-457.cs
blob365df4339a1b0f924d37eedca485598075df2e59
1 using System;
3 class Program
5 class C
9 void Foo<T> () where T : C
13 public static int Main ()
15 return 0;