Clang Project

clang_source_code/test/Modules/Inputs/private3/private.h
1#ifndef PRIVATE_H
2#define PRIVATE_H
3
4void priv();
5
6#endif
7
8