Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/SameHeader/
B.h
#ifndef __B_h__ #define __B_h__ #include "C.h" #endif