1 static const struct s
{
5 static void foo(struct s
*p
, int v
)
11 * check-name: type-attribute-qual
12 * check-description: When declaring a type and a variable in the same
13 * declaration, ensure that type qualifiers apply to the variable
14 * and not to the type.