1 typedef struct dw_cfi_oprnd_struct { 2 unsigned long reg; 3 } dw_cfa_location; def_cfa_1(void)4 void def_cfa_1 (void) { 5 dw_cfa_location loc; 6 loc.reg = loc.reg; 7 } 8