// Compiler options: -r:System.Core.dll -r:gtest-exmethod-35-lib.dll

using System;

static class A
{
	public static void Test (this int v)
	{
	}
	
	public static void Main ()
	{
	}
}