Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / badpos.res
1 static irqreturn_t
2 elmc_interrupt(int irq, void *dev_id, struct pt_regs *reg_ptr)
3 {
4 printk(KERN_ERR "foo",
5 (int) -(xxx->orig_eax + 2));
6 }