14 lines
183 B
C#
14 lines
183 B
C#
|
// 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 ()
|
||
|
{
|
||
|
}
|
||
|
}
|