aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/label-attr.c
blob: 81c4ac3c6aef22740e9aa355751cf149824aa8e4 (plain)
1
2
3
4
5
6
7
8
9
static int foo(void)
{
       goto rtattr_failure;
rtattr_failure: __attribute__ ((unused))
       return -1;
}
/*
 * check-name: Label attribute
 */