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