(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test16183.d
// https://issues.dlang.org/show_bug.cgi?id=16183

void main()
{
    const string g(const string s) { return s; }
    enum string y = ['f'] ~ g("g");
}