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