cpptrace/cmake/has_attribute_packed.cpp

7 lines
80 B
C++

struct __attribute__((packed)) foo {
int i;
double d;
};
int main() {}