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