llvm-for-llvmta/tools/clang/test/Modules/Inputs/private3/private.h

8 lines
59 B
C

#ifndef PRIVATE_H
#define PRIVATE_H
void priv();
#endif