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