summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1027-2.cs
blob: 5a29f5d7053c0ded8d1068420945b434457a44c7 (plain)
1
2
3
4
5
6
7
8
9
10
// CS1027: Expected `#endif' directive
// Line: 11
// Compiler options: -d:NET_2_0

#if NET_2_0

class Test
{
}