Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / badpos.res
CommitLineData
34e49164
C
1static irqreturn_t
2elmc_interrupt(int irq, void *dev_id, struct pt_regs *reg_ptr)
3{
4 printk(KERN_ERR "foo",
5 (int) -(xxx->orig_eax + 2));
6}