Given the following struct...
#include struct C { long a[16]{}; long b[16]{}; C() = default; }; // For godbolt C construct() {