llvm/clang/test/Modules/Inputs/merge-function-defs/a.h

struct X {
  virtual void f();
};
inline void X::f() {}