Coccinelle release 1.0.0-rc3
[bpt/coccinelle.git] / tests / addfield.res
1 @@
2 identifier I;
3 expression E;
4 @@
5
6 struct i2c_client I = {
7 .foo = 16,
8 .dev = {
9 .name = E,
10 },
11 };