7 lines
75 B
C#
Raw Normal View History

// CS1013: Invalid number
// Line : 6
class X
{
static int i = 0b_1;
}