blob: 0ad43d5e06c200788e12aa29d46c53e510cea46b [file] [log] [blame]
Peter Collingbourneeeebc412015-08-07 23:25:47 +00001// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-pc-win32 | FileCheck %s
2
3// CHECK: define void @"\01?f@@$$J0YAXP6AX@Z@Z"
4__attribute__((overloadable)) void f(void (*x)()) {}