[System]: SslStream.Flush() now flushes the underlying stream. Bug #57528. (#5569)
[mono.git] / mcs / tests / gtest-174-lib.cs
1 // Compiler options: -t:library
2 public class A <T> {
3         public static A<T> _N_constant_object = new A<T> ();
4 }