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
[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git]
/
clang
/
test
/
CXX
/
module
/
module.unit
/
p7
/
Inputs
/
m8.cppm
blob
ef0c6c63462c13d9520a970ebde95cda2453a9dd
1
module;
2
#include "h8.h"
3
export module m8;
4
5
extern "C++" {
6
void bar();
7
}