Home | History | Annotate | Download | only in CodeGen
      1 // 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)()) {}
      5