summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/declare-use/g.h
blob: 2a590177f8c32a2302eab4eb7fcc8a49035a5286 (plain)
1
2
3
4
5
6
#ifndef G_H
#define G_H
#include "c.h"
#include "g1.h"
const int g1 = aux_g*c*7;
#endif
OpenPOWER on IntegriCloud