expressions: make assign_expression() take an op argument
[smatch.git] / validation / Wunknown-attribute-no.c
blob87951699a42b60a35a64e7934798d3f97236de06
1 static int foo(void) __attribute__((unknown_attribute));
3 /*
4 * check-name: warn-unknown-attribute-no
5 * check-command: sparse -Wno-unknown-attribute $file
7 * check-error-start
8 * check-error-end
9 */