Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / macro.res
1 #define SC_FCMND(fcmnd) ((struct scsi_cmnd *)((long)fcmnd - (long)&(((struct scsi_cmnd *)0)->SCp)))
2
3 int main() {
4 return ((struct scsi_cmnd *)((long)fcmnd - (long)&(((struct scsi_cmnd *)0)->SCp)));
5 }