1 // Make sure that the declarations inside the language linkage can
2 // be generated correctly.
7 // RUN: %clang_cc1 -std=c++20 -triple %itanium_abi_triple %s -emit-module-interface -o %t/M.pcm
8 // RUN: %clang_cc1 -std=c++20 -triple %itanium_abi_triple %t/M.pcm -emit-llvm -disable-llvm-passes -o - | FileCheck %s
15 extern "C" void bar() {}
17 // CHECK: define {{.*}}@_Z3foov(
18 // CHECK: define {{.*}}@bar(