1 #define noclone __attribute__((__noclone__)) 2 bar(void)3 static void noclone bar(void) 4 { 5 } 6 7 /* 8 * check-name: attribute noclone 9 */ 10