mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
2 lines
80 B
D
2 lines
80 B
D
alias U = const ubyte[uint.sizeof]*;
|
|
static assert (is(U == const(ubyte[4]*)));
|