blob: a597b01c5d04b4d90046ee71d39e5ff27083286f [file] [log] [blame]
#ifndef D_H
#define D_H
#include "a.h"
#include "b.h"
const int d = a+b;
#endif