1 static int a = ''; 2 3 /* 4 * check-name: empty-char-constant 5 * 6 * check-error-start 7 empty-char-constant.c:1:16: error: empty character constant 8 * check-error-end 9 */ 10