validation: Update comments for current Sparse behavior and test-suite.
[smatch.git] / validation / old-initializer.c
blob5ae85161bf86158b20f63ea5e07b8cbfafca0e35
1 struct s {
2 int i;
3 };
5 static struct s the_s = { i: 1 };