brintos

brintos / llvm-project-archived public Read only

0
0
Text · 290 B · 1001e31 Raw
12 lines · plain
1// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck %s2 3@class C;4 5// CHECK: _Z1fP11objc_object6// CHECK-NOT: _Z1fP11objc_object7void __attribute__((overloadable)) f(id c) { }8 9// CHECK: _Z1fP1C10// CHECK-NOT: _Z1fP1C11void __attribute__((overloadable)) f(C *c) { }12