Fix test.

llvm-svn: 83888
This commit is contained in:
Anders Carlsson 2009-10-12 20:06:34 +00:00
parent a1b54fdbe1
commit bcee4a7b6b
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@ struct A {
};
void f(A *a) {
// CHECK: call void %
a->f('c');
}