Merge pull request #5675 from mono/glib-debug-symbols
[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 }