8fc30896db
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
7 lines
75 B
C#
7 lines
75 B
C#
// CS1013: Invalid number
|
|
// Line : 6
|
|
|
|
class X
|
|
{
|
|
static int i = 0x0_;
|
|
} |