DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / structfoo.cocci
123456789
@@ declarer name FOO; @@ - struct foo my_foo[] = { - .a = 1, - .u.b = 42, - }; + FOO(1, 42);