expressions: make assign_expression() take an op argument
[smatch.git] / validation / old-initializer-nowarn.c
blob4efe00d76fe5ee4d66a6cf54c6d20449c8f82dc6
1 struct s {
2 int i;
3 };
5 static struct s the_s = { i: 1 };
6 /*
7 * check-name: Old initializer with -Wno-old-initializer
8 * check-command: sparse -Wno-old-initializer
9 */