brintos

brintos / llvm-project-archived public Read only

0
0
Text · 256 B · 6d18e13 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 4class C1 {  // expected-note{{'C1' begins here}}5#include "dummy.h"  // expected-error{{import of module 'dummy' appears within 'C1'}}6}7