You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
struct relocated_struct_with_scalars {
|
|
#ifndef TARGET
|
|
__u8 a;
|
|
#endif
|
|
__u8 b;
|
|
__u8 c;
|
|
#ifdef TARGET
|
|
__u8 d;
|
|
#endif
|
|
};
|