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

10 lines
141 B
C
Raw Normal View History

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