unreachable code: don't warn about empty statements
[smatch.git] / validation / label-attr.c
bloba82d7bc98b39e2739a0b18c6294b230cde91a98a
1 static int foo(void)
3 return 0;
4 rtattr_failure: __attribute__ ((unused))
5 return -1;
7 /*
8 * check-name: Label attribute
9 */