7 lines
73 B
C#
Raw Permalink Normal View History

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