Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-498-lib.cs
1 // Compiler options: -t:library
2
3 public class C<T>
4 {
5         protected int size;
6         protected internal static double ssize;
7 }