mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
3 lines
93 B
D
3 lines
93 B
D
alias const(typeof('c')*) A;
|
|
alias const(typeof(0)*) B;
|
|
static assert(is(B == const(int*)));
|