DEBSOURCES
Skip Quicknav
sources / cpptrace / 1.0.4-1 / cmake / has_attribute_packed.cpp
123456
struct __attribute__((packed)) foo { int i; double d; }; int main() {}