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

7 lines
63 B
C

#ifndef COMMON_H
#define COMMON_H
typedef int common;
#endif