permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / shared_brace.c
1
2 int __init ixj_init(void)
3 {
4 if (pci_present()) {
5 if ((probe = ixj_probe_pci(&cnt)) < 0) {
6 return probe;
7 }
8 }
9 }