1f4a2713aSLionel Sambuc #ifndef H_H 2f4a2713aSLionel Sambuc #define H_H 3f4a2713aSLionel Sambuc #include "c.h" 4*0a6a1f1dSLionel Sambuc #include "d.h" // expected-error {{does not depend on a module exporting}} 5f4a2713aSLionel Sambuc #include "h1.h" 6f4a2713aSLionel Sambuc const int h1 = aux_h*c*7*d; 7f4a2713aSLionel Sambuc #endif 8