brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · f95c3bd Raw
9 lines · plain
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s3// expected-no-diagnostics4 5#import "point.h"6@import Module;7#import "point.h"8 9