Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/private3/
private.h
#ifndef PRIVATE_H #define PRIVATE_H void priv(); #endif