Files
2018-09-19 10:26:11 +01:00

6 lines
104 B
C

// Confirm that `Class::isStandardLayout()` holds for a C struct.
struct PlainOldCStruct {
int x;
};