repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
preprocess-named-modules.cppm
blob
67a6cc384a1c7c4694c2864390a2ad82b6944d34
1
// Tests tht when we preprocess a source, the compiler won't
2
// require to load the named modules after import.
3
//
4
// RUN: %clang_cc1 -std=c++20 -E %s -o - | FileCheck %s
5
import non_exist_modules;
6
7
// CHECK: import non_exist_modules;