7 lines
80 B
C++
7 lines
80 B
C++
struct __attribute__((packed)) foo {
|
|
int i;
|
|
double d;
|
|
};
|
|
|
|
int main() {}
|