Update pipeline-netcore-runtime.yml
[mono-project.git] / mcs / tests / gtest-431-2-lib.cs
blob36cd0dd7de369f40e5f29b129304ef82b2665d21
1 // Compiler options: -t:library -noconfig -r:gtest-431-1-lib.dll
3 using System;
5 namespace Library {
7 public class Foo {
10 public static class Extensions {
12 public static void Bar (this Foo self)
14 Console.WriteLine ("Bar");