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 int T;
|
|
static assert( is( T** : const(T**) ));
|
|
static assert( is( T* : const(T* ) ));
|