* man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.
[mono.git] / mcs / tests / s1.cs
1 struct A {\r
2         int x;\r
3 }\r
4 \r
5 struct B : A {\r
6         int y;\r
7 }\r