aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/empty-initializer.c
blob: 0ca763f699a0e0f61cb1156b6a806c4c6d15a8f7 (plain)
1
2
3
4
5
6
7
8
9
10
static int i = ;		// KO

/*
 * check-name: empty-initializer
 * check-known-to-fail
 *
 * check-error-start
empty-initializer.c:1:16: error: expression expected before ';'
 * check-error-end
 */