brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · f50e5ce Raw
6 lines · c
1namespace A {2  namespace B {  // expected-note{{namespace 'A::B' begins here}}3    #include "misplaced-b.h"  // expected-error{{import of module 'Misplaced.Sub_B' appears within namespace 'A::B'}}4  }5}6