New test.
[mono.git] / mcs / errors / cs1013.cs
1 // cs1013.cs: Invalid number
2 // Line : 6
3
4 class X
5 {
6     static int i = 0x;
7 }