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 }
7