13 lines
177 B
C#
13 lines
177 B
C#
|
// Compiler options: -noconfig -r:gtest-exmethod-22-lib.dll -r:System.Core.dll
|
||
|
|
||
|
using System;
|
||
|
|
||
|
public class Program
|
||
|
{
|
||
|
public static int Main ()
|
||
|
{
|
||
|
1.Foo ();
|
||
|
return 0;
|
||
|
}
|
||
|
}
|