label-attr.c 150 B

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