Merge pull request #5560 from kumpera/wasm-work-p3
[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 }