7 lines
69 B
C#
Raw Permalink Normal View History

// CS1009: Unrecognized escape sequence
// Line : 6
class X\u10
{
}