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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
cxx20-module-part-1a.cpp
blob
62a71c30dac66e59c64e46612510a7bd1d3e95ce
1
// RUN: %clang_cc1 -std=c++20 %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
2
export module Foo
:
inter
;
3
4
// CHECK-DAG: @_ZW3Foo4Frobv(
5
export
void
Frob
() {
6
}