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

cs1025-4.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4d72838df3404c40cd012c520932f89e8a09ac3 (plain)
1
2
3
4
5
6
// cs1025 : Single-line comment or end-of-line expected
// Line: 6

#if RELEASE
#else DEBUG
#endif