Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1001-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32123e5934a5463affa7eded663ce57a809c40f3 (plain)
1
2
3
4
5
6
// CS1001: Missing identifier to pre-processor directive
// Line: 5

#if false
	#define
#endif