The previous, clearly broken output:
/tmp/test.cpp:4:17: warning: integer literal has suffix 'lignment', which is not uppercase [hicpp-uppercase-literal-suffix] static_assert(alignment, ""); ^~~~~~~~~ LIGNMENT
Is there some more general way this should be avoided?
Too bad i haven't thought of this/triggered this while developing :/