summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1024-2.cs
blob: c642c06d23f3257c1c507d790ec6fc0f09240a40 (plain)
1
2
3
4
5
6
7
8
// CS1024: Wrong preprocessor directive
// Line: 7

class C
{
	#region
	#end\x0072egion
}