Welcome to mirror list, hosted at ThFree Co, Russian Federation.

s1.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c1191a86a0d76b5390830c55b55e357b8b172fe (plain)
1
2
3
4
5
6
7
struct A {
	int x;
}

struct B : A {
	int y;
}