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: 252c394b8daaf44ac06a0d1bdffec549c7a82f48 (plain)
1
2
3
4
5
6
// CS1001: Missing identifer to pre-processor directive
// Line: 5

#if false
	#define
#endif