Lines Matching refs:import
60 import B;
61 export import C;
73 export import C; // expected-error {{export declaration can only be used within a module interface …
81 export import B;
85 import C; // expected-error {{imports must immediately follow the module declaration}}
93 import C; // expected-error {{imports must immediately follow the module declaration}}
101 import B; // expected-error {{module imports cannot be in the global module fragment}}
115 import B; // expected-error {{module imports cannot be in the private module fragment}}
121 import B; // expected-error {{import of module 'B' appears within its own implementation}}
127 import B; // expected-error {{import of module 'B' appears within its own interface}}
133 import C;