1 void 2 __noop_to_appease_ar__(void); 3 4 void __noop_to_appease_ar__(void)5 __noop_to_appease_ar__(void) 6 { 7 return; 8 } 9