summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1521-4.cs
blob: 91b1d49ceb3b1b845fb0beec4216b7db4b235a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
// CS1521: Invalid base type `C?'
// Line: 8

struct C
{
}

class C2: C?
{
}