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

10 lines
141 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
#ifndef PRIVATE2_H
#define PRIVATE2_H
#include "common.h"
struct mitts_off2 { common field; };
struct mitts_off2 hidden_variable2;
#endif