xref: /illumos-gate/usr/src/tools/smatch/src/validation/attr-noclone.c (revision 1f5207b7604fb44407eb4342aff613f7c4508508)
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