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  */