summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1009-2.cs
blob: b7c0c0ee58bb3ea1399988a05a4e125d705bcf56 (plain)
1
2
3
4
5
6
// CS1009: Unrecognized escape sequence
// Line : 6

class X\u10
{
}