blob: 41c017c4bcc0b161e8e20567a04a155d2ad4332c [file] [log] [blame]
template <class T>
class Foo
{
enum Bar
{
A,
B
};
};