blob: 8984727c565e7bd1e4f956c9aee547c327358e22 [file] [log] [blame]
Daniel Jasperba7f2f72013-09-24 09:14:14 +00001#ifndef H_H
2#define H_H
3#include "c.h"
Daniel Jasper4ea330c2018-02-24 06:54:09 +00004#include "d.h" // expected-error {{module XH does not depend on a module exporting}}
Daniel Jasperba7f2f72013-09-24 09:14:14 +00005#include "h1.h"
6const int h1 = aux_h*c*7*d;
7#endif