- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / tests / remstruct.cocci
CommitLineData
34e49164
C
1@@ @@
2- static struct irqchip mpuio_irq_chip = {
3- ...
4- };
5
6
7@@ @@
8- static struct irqchip xxx = {
9- .a = 12,
10- ...
11- };