linux-packaging-mono/mcs/tests/test-695-3-lib.cs

10 lines
137 B
C#
Raw Normal View History

// Compiler options: -t:library
using System.Reflection;
[assembly: AssemblyFlags ((uint) AssemblyNameFlags.PublicKey)]
class Foo
{
}