[System.Net.Http] HttpClient timeout range checks. Fixes #25755
[mono.git] / mcs / tests / gtest-013-lib.cs
1 // Compiler options: -t:library
2
3 public class Stack<S>
4 {
5         public void Hello (S s)
6         { }
7 }