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  }
       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  }