[xbuild] More tweaks for portable debug mode
[mono-project.git] / mcs / errors / cs0037-2.cs
blob64a190bdb2ebab487f544d4addda293e224ebeed
1 // CS0037: Cannot convert null to `char' because it is a value type
2 // Line: 8
4 class Test
6 static void Main ()
8 char p = null;