summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1028.cs
blob: a167dff1df5f62108cfebabe97964e12392ae792 (plain)
1
2
3
4
5
6
7
8
// CS1028: Unexpected processor directive (no #if for this #endif)
// Line: 4

#endif

class C
{
}