summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_packing.h
blob: 1b9fe131938a7d1e62a0bde58b226ab19c952e2a (plain)
1
2
3
4
struct a {
    char b;
    short c;
} __attribute__((packed));