bolt/deps/llvm-18.1.8/clang/test/CodeGenCXX/cxx20-module-part-1b.cpp
2025-02-14 19:21:04 +01:00

6 lines
170 B
C++

// 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() {
}