Added sentinel_pack.c

This commit is contained in:
anon 2024-03-10 15:57:36 +01:00
parent efd04cbd55
commit c918e4de5e

8
sentinel_pack.c Normal file
View File

@ -0,0 +1,8 @@
struct MyTightlyPackedStruct {
const char i[] = "abcdefg";
char sentinel
} __attribute__((packed));
signed main(){
}