[System.Net.Http] HttpClient timeout range checks. Fixes #25755
[mono.git] / mcs / tests / gtest-exmethod-25.cs
1 // Compiler options: -r:gtest-exmethod-25-lib.dll
2
3 using lib1;
4
5 public class Bar
6 {
7         public static void Main ()
8         {
9                 "a".Extend ();
10         }
11 }