Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs1011.cs
1 // CS1011: Empty character literal
2 // Line: 5
3
4 class T {
5         char c = '';
6 }