Another dist build fix for rx integration, move *.cs file to safe-ish path.
[mono-project.git] / mcs / tests / gtest-friend-14-lib.cs
blob6bed7bf09e31f0ae552f8cd11030b30c6b37ee89
1 // Compiler options: -t:library
3 using System.Collections.Generic;
4 using System.Runtime.CompilerServices;
6 [assembly: InternalsVisibleTo("gtest-friend-14")]
8 namespace N
10 internal class C
12 internal struct S
14 public string sa;
15 public string sb;
18 internal static void Init (IList<C.S> arg)