(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
tdef-7.h
       1  
       2  constexpr void duration_cast ()
       3  {
       4    // the constexpr's body's clone merely duplicates the TYPE_DECL, it
       5    // doesn't create a kosher typedef
       6    typedef int __to_rep;
       7  }