brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · d67ad19 Raw
7 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -verify3 4namespace N1 {  // expected-note{{namespace 'N1' begins here}}5#include "dummy.h"  // expected-error{{import of module 'dummy' appears within namespace 'N1'}}6}7