Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/submodule-visibility/
c.h
#ifndef C_H_INCLUDED #define C_H_INCLUDED struct C {}; #endif