summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/private1/private1.h
blob: 3f41cc0181d5759af6b35b4431c004f1164f51cd (plain)
1
2
3
4
5
6
7
8
9
#ifndef PRIVATE1_H
#define PRIVATE1_H

#include "common.h"

struct mitts_off1 { common field; };
struct mitts_off1 hidden_variable1;

#endif
OpenPOWER on IntegriCloud