blob: 1689159e47cde5f9bd516b3604ccb506fdd3de0d [file] [log] [blame]
template<typename T> struct foo { virtual void f() = 0; };
extern foo<__Int8x8_t> &x;
void f() { x.f(); }