9d876969a7bc2155ba49d1c165198a88e47890e0
[bpt/coccinelle.git] / tests / protoassert.cocci
1 @@
2 @@
3
4 + static struct pcmcia_driver ZZZ_driver = {
5 + .owner = THIS_MODULE,
6 + };
7
8 int init (...) {
9 - foo();
10 }