Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / structfoo.c
1 struct foo my_foo[] = {
2 .a = 1,
3 .u.b = 42,
4 };