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
/
export-redecl-in-language-linkage.cppm
blob
c6a4932f5b071d2862bc95af7a137e494a8e94af
1
// RUN: %clang_cc1 -std=c++20 %s -verify -fsyntax-only
2
3
// expected-no-diagnostics
4
export module mod;
5
extern "C++" void func();
6
export extern "C++" {
7
void func();
8
}