C1003: Empty char constant
Description:
Unlike string literals, character constants may not be empty.
Example:
x = `` ' error C1003: empty char constant
See Also