xref: /illumos-gate/usr/src/tools/smatch/src/validation/Wunknown-attribute-def.c (revision 1edba515a3484e0f74b638b203d462b3112ac84d)
1 static int foo(void) __attribute__((unknown_attribute));
2 
3 /*
4  * check-name: warn-unknown-attribute
5  */
6