summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1025-2.cs
blob: e65a434569beb9c652e192a20b2d206618407f8c (plain)
1
2
3
4
5
6
// CS1025 : Single-line comment or end-of-line expected
// Line: 6

#if DEBUG DEBUG
// ...
#endif