Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/cxx-dtor/
b.h
struct X { X(); virtual ~X(); }; inline X::~X() {} #include "a.h"