a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
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;
|
|
}
|
|
}
|