1 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -std=c++20 -emit-llvm -triple %itanium_abi_triple -o - %s | FileCheck %s
5 #include "Inputs/module-extern-C.h"
10 extern "C" void foo() {
23 // CHECK: double @double_func()
24 double double_func() {