Sign in
llvm
/
llvm-project
/
51a86e75ddf3eac3057c901bbe5e750dea62c7c1
/
.
/
clang
/
test
/
Modules
/
preprocess-named-modules.cppm
blob: 67a6cc384a1c7c4694c2864390a2ad82b6944d34 [
file
] [
log
] [
blame
]
// Tests tht when we preprocess a source, the compiler won't
// require to load the named modules after import.
//
// RUN: %clang_cc1 -std=c++20 -E %s -o - | FileCheck %s
import
non_exist_modules
;
// CHECK: import non_exist_modules;