Daniel Jasper | ba7f2f7 | 2013-09-24 09:14:14 +0000 | [diff] [blame] | 1 | #ifndef H_H |
2 | #define H_H | ||||
3 | #include "c.h" | ||||
Daniel Jasper | 4ea330c | 2018-02-24 06:54:09 +0000 | [diff] [blame] | 4 | #include "d.h" // expected-error {{module XH does not depend on a module exporting}} |
Daniel Jasper | ba7f2f7 | 2013-09-24 09:14:14 +0000 | [diff] [blame] | 5 | #include "h1.h" |
6 | const int h1 = aux_h*c*7*d; | ||||
7 | #endif |