Sign in
llvm
/
llvm-project
/
51a86e75ddf3eac3057c901bbe5e750dea62c7c1
/
.
/
clang
/
test
/
CodeGenCXX
/
cxx20-module-part-1b.cpp
blob: 50073c2b2db084a7d22253b9767dd6f2bc45151c [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -std=c++20 %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
export
module
Foo
:
impl
;
// CHECK-DAG: @_ZW3Foo4Quuxv(
export
void
Quux
()
{
}