blob: acec695ff127f6505471d2091a56af57cc6c6916 [file] [log] [blame]
#include <cstddef>
using X = std::max_align_t;
int main() {
return 0;
}