aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/empty-char-constant.c
blob: f674037aae362ff0117f2745dbe4abbea2ce8bf5 (plain)
1
2
3
4
5
6
7
8
9
static int a = '';

/*
 * check-name: empty-char-constant
 *
 * check-error-start
empty-char-constant.c:1:16: error: empty character constant
 * check-error-end
 */