9 lines
121 B
C
9 lines
121 B
C
struct MyTightlyPackedStruct {
|
|
const char i[] = "abcdefg";
|
|
char sentinel
|
|
} __attribute__((packed));
|
|
|
|
signed main(){
|
|
|
|
}
|