[amd64] Save missing register
[mono.git] / mcs / errors / CS0165-51-lib.cs
1 public struct S<T> where T : class
2 {
3     private T t;
4 }