Release coccinelle-0.1
[bpt/coccinelle.git] / tests / debug.c
1 static int __init init_3c574_cs(void)
2 {
3 DEBUG(0, "%s\n", version);
4 return 0;
5 }