Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-anon-158-lib.cs
1 // Compiler options: -t:library
2
3 public class Call<T>
4 {
5         public T Field;
6 }