aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/Wunknown-attribute-def.c
blob: cccce3578044063c627285ba9645698707bc827d (plain)
1
2
3
4
5
static int foo(void) __attribute__((unknown_attribute));

/*
 * check-name: warn-unknown-attribute
 */