(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
extra-files/
std14198/
uni.d
module std14198.uni;

alias CodepointSet = InversionList!();

struct InversionList()
{
    import std14198.format;

    void toString(FormatSpec!char fs) // necessary
    {
    }
}