Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / gtest-exmethod-22.cs
1 // Compiler options: -noconfig -r:gtest-exmethod-22-lib.dll -r:System.Core.dll
2
3 using System;
4
5 public class Program
6 {
7         public static int Main ()
8         {
9                 1.Foo ();
10                 return 0;
11         }
12 }