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] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
cxx20-module-part-1b.cpp
blob
50073c2b2db084a7d22253b9767dd6f2bc45151c
1
// RUN: %clang_cc1 -std=c++20 %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
2
export module Foo
:
impl
;
3
4
// CHECK-DAG: @_ZW3Foo4Quuxv(
5
export
void
Quux
() {
6
}