blob: 81c4ac3c6aef22740e9aa355751cf149824aa8e4 [file] [log] [blame]
static int foo(void)
{
goto rtattr_failure;
rtattr_failure: __attribute__ ((unused))
return -1;
}
/*
* check-name: Label attribute
*/