(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.dg/
torture/
imports/
pr106563regex.d
module imports.pr106563regex;
import imports.pr106563uni;

struct CharMatcher
{
    typeof(MultiArray!().length) trie;
}