(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test6056a.d
alias const(typeof('c')*) A;
alias const(typeof(0)*) B;
static assert(is(B == const(int*)));