Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / define_exp.res
1 #define IRQ_T(info) ((info->flags & ASYNC_SHARE_IRQ) ? IRQF_SHARED : IRQF_DISABLED)
2
3
4 void main(int i)
5 {
6 }