Release coccinelle-0.1.8
[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 }