llvm-svn: 66352
This commit is contained in:
Chris Lattner 2009-03-07 23:39:35 +00:00
parent e313283199
commit c808fc34b3
1 changed files with 1 additions and 1 deletions

View File

@ -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) { }