a.h 56 Bytes Raw Blame History Permalink 1 2 3 4 struct X { virtual void f(); }; inline void X::f() {}