summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/declare-use/d.h
blob: a597b01c5d04b4d90046ee71d39e5ff27083286f (plain)
1
2
3
4
5
6
#ifndef D_H
#define D_H
#include "a.h"
#include "b.h"
const int d = a+b;
#endif
OpenPOWER on IntegriCloud