blob: b31e2439efebd60171860ba88aa27635ec379b6f [file] [log] [blame]
template <typename T> struct A {
};
template <> struct A<int> {
struct B {
int f;
};
};
template <> struct A<bool> {
struct B {
int g;
};
};