aboutsummaryrefslogtreecommitdiff
blob: 4efe00d76fe5ee4d66a6cf54c6d20449c8f82dc6 (plain)
1
2
3
4
5
6
7
8
9
struct s {
	int i;
};

static struct s the_s = { i: 1 };
/*
 * check-name: Old initializer with -Wno-old-initializer
 * check-command: sparse -Wno-old-initializer
 */