blob: 8e4dbe72d7ad9f0405756bc33f6c2fbebd55c6a2 [file] [log] [blame]
template <typename T> struct A
{
void foo () const {}
char A;
};
void bar() { A<void>().foo(); }