llvm/clang/test/CXX/module/module.unit/p7/Inputs/h7.h

#ifndef H7_H
#define H7_H

extern "C++" {
class A {};
}

class B : public A {};

#endif