Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / define_exp.c
CommitLineData
34e49164
C
1#define IRQ_T(info) ((info->flags & ASYNC_SHARE_IRQ) ? \
2 SA_SHIRQ : SA_INTERRUPT)
3
4
5void main(int i)
6{
7}