2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-341-lib.cs
blobcccb99937eb6247aeb9826564fcc46a8572b0729
1 // Compiler options: -target:library
3 using System;
4 using System.Runtime.CompilerServices;
6 public interface IA {
7 [SpecialName]
8 int GetLength ();