blob: 8c83de5bae118183d98676438cc32c45e7caeabb [file] [log] [blame]
template<typename T>
class Foo {
public:
template<typename U>
struct Bar {
typedef Foo<U> FooU;
};
};