Clang Project

clang_source_code/test/Modules/Inputs/cxx-dtor/b.h
1struct X { X(); virtual ~X(); };
2inline X::~X() {}
3#include "a.h"
4