[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs1013-1.cs
blob01827df49956d592de06770500096b27b90599e0
1 // CS1013: Invalid number
2 // Line : 6
4 class X
6 static int i = 0b;
7 static void Main () {}