// RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-windows-gnu -emit-llvm -o - %s \
// RUN: | FileCheck %s --check-prefix=GNU64
// RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-windows-msvc -emit-llvm -o - %s \
// RUN: | FileCheck %s --check-prefix=MSC64
typedef int int128_t ;
int128_t
// GNU64: define dso_local <2 x i64> @foo()
// MSC64: define dso_local <2 x i64> @foo()
int128_t
// GNU64: define dso_local <2 x i64> @bar(i128* noundef %0, i128* noundef %1)
// MSC64: define dso_local <2 x i64> @bar(i128* noundef %0, i128* noundef %1)
void