(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
ice20044.d
struct Algebraic(T...)
{
    T t;
}

struct This;

struct While(T) { T[] body; }

alias Stmt = Algebraic!(While!(This));