7 lines
73 B
C#
Raw Normal View History

// CS1011: Empty character literal
// Line: 5
class T {
char c = '';
}