March 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20693

--- Comment #1 from Hiroki Noda <kubo39@gmail.com> ---
ShlExp also.

----
align(1 << 31) struct S {};  // Error: alignment must be an integer positive power of 2, not -2147483648
----

--
March 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20693

Hiroki Noda <kubo39@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Hiroki Noda <kubo39@gmail.com> ---
Ahh, I got it. this is not a bug.

--