Does the __attribute__ directive apply to all the members declared on one line?
__attribute__
int a, b, c;
Declares three int variables.