forked from OSchip/llvm-project
parent
e313283199
commit
c808fc34b3
|
@ -5,5 +5,5 @@
|
|||
// RUN: grep _Z1fP11objc_object %t | count 1 &&
|
||||
void __attribute__((overloadable)) f(C *c) { }
|
||||
|
||||
// RUN: grep _Z1fP1C | count 1
|
||||
// RUN: grep _Z1fP1C %t | count 1
|
||||
void __attribute__((overloadable)) f(id c) { }
|
||||
|
|
Loading…
Reference in New Issue