a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
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 ()
|
|
{
|
|
}
|
|
} |