Disable none-working stack overflow implementation on Windows x64 full AOT.
[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 }