1struct s {
2	int i;
3};
4
5static struct s the_s = { i: 1 };
6/*
7 * check-name: Old initializer with -Wno-old-initializer
8 * check-command: sparse -Wno-old-initializer
9 */
10