(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / tests / s1.cs
blob6c1191a86a0d76b5390830c55b55e357b8b172fe
1 struct A {
2 int x;
5 struct B : A {
6 int y;