[System.Net.Http] HttpClient timeout range checks. Fixes #25755
[mono.git] / mcs / tests / gtest-exmethod-22-lib.cs
1 // Compiler options: -t:library
2
3 static public class A
4 {
5         public static void Foo (this int i)
6         {
7         }
8 }