The following error is generated: ``` pass_clang::replace-dependent-typedef has encountered a bug: pass failed to modify the variant ``` when the input is: ```c++ template <typename T> struct A { struct Inner; typedef A::Inner Bar; }; ```
The following error is generated:
when the input is: