blob: ca5d8b9653947d6a4216f6a7c0a2be0f12deba89 [file] [log] [blame]
template<typename E, int N>
class Foo {
typedef Foo<E, N> self_type;
E mBar;
};