__deprecated__
enum __attribute__(()) __attribute__((__deprecated__)) tag;
enum __attribute__(()) __attribute__((__deprecated__)) tag_with_declaration {
} __attribute__(()) __attribute__((__deprecated__));
enum __attribute__(()) __attribute__((__deprecated__)) {
} __attribute__(()) __attribute__((__deprecated__));
INIT_WRONG = 3 __attribute__(()) __attribute__((__deprecated__)),
__attribute__((__deprecated__("do not use while driving")));
param_attrs(int arr[3] __attribute__(()) __attribute__((__deprecated__)))
__attribute__(()) __attribute__((__deprecated__));
__attribute__((__deprecated__)) int before,
int __attribute__((__deprecated__)) between,
int after __attribute__((__deprecated__))