1 // RUN: %clang_cc1 -triple i686-windows-itanium -emit-llvm %s -o - \
2 // RUN: | FileCheck %s -check-prefix CHECK-C -check-prefix CHECK
4 // RUN: %clang_cc1 -triple i686-windows-itanium -emit-llvm -x c++ %s -o - \
5 // RUN: | FileCheck %s -check-prefix CHECK-CXX -check-prefix CHECK
11 // CHECK-C: define dso_local i32 @function() {{.*}} {
12 // CHECK-CXX: define dso_local noundef i32 @_Z8functionv() {{.*}} {