• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

foo(void)1 static int foo(void)
2 {
3        goto rtattr_failure;
4 rtattr_failure: __attribute__ ((unused))
5        return -1;
6 }
7 /*
8  * check-name: Label attribute
9  */
10