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

#if DEBUG
// ...
#endif DEBUG