// bindgen-flags: -- -std=c++14 template struct Foo { template using FirstAlias = typename T::Associated; template using SecondAlias = Foo>; SecondAlias member; };