#include int main() { struct alignas(__STDCPP_DEFAULT_NEW_ALIGNMENT__ * 4) S {}; (void) ::operator new(sizeof(S), static_cast(alignof(S))); }