Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-695-3-lib.cs
1 // Compiler options: -t:library
2
3 using System.Reflection;
4
5 [assembly: AssemblyFlags ((uint) AssemblyNameFlags.PublicKey)]
6
7 class Foo
8 {
9 }