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

5 lines
56 B
C

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