* man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.
[mono.git] / mcs / tests / mtest-5-dll.cs
1 // Compiler options: -t:library
2 //
3 // First file of a 2-test file to check for #69361
4 // 
5 public class AA
6 {
7         internal protected virtual string Data {
8                 get { return null; }
9         }
10 }