brintos

brintos / llvm-project-archived public Read only

0
0
Text · 170 B · 50073c2 Raw
7 lines · cpp
1// RUN: %clang_cc1 -std=c++20 %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s2export module Foo:impl;3 4// CHECK-DAG: @_ZW3Foo4Quuxv(5export void Quux() {6}7