summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1001-2.cs
blob: 059bf8bde8dd9716f060e3bb51f990bb3b42e997 (plain)
1
2
3
4
5
6
// CS1001: Missing identifier to pre-processor directive
// Line: 5

#if false
	#define
#endif