xref: /illumos-gate/usr/src/tools/smatch/src/validation/label-attr.c (revision f52943a93040563107b95bccb9db87d9971ef47d)
1 static int foo(void)
2 {
3        return 0;
4 rtattr_failure: __attribute__ ((unused))
5        return -1;
6 }
7 /*
8  * check-name: Label attribute
9  */
10