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