summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/mangle-ms.c
blob: 0ad43d5e06c200788e12aa29d46c53e510cea46b (plain)
1
2
3
4
// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-pc-win32 | FileCheck %s

// CHECK: define void @"\01?f@@$$J0YAXP6AX@Z@Z"
__attribute__((overloadable)) void f(void (*x)()) {}
OpenPOWER on IntegriCloud