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