Skip to content

Commit ad17f66

Browse files
committed
Cleanup test case
1 parent 0be2244 commit ad17f66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/test/CIR/CodeGen/virtual-function-calls.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
// RUN: FileCheck --check-prefix=LLVM --input-file=%t.ll %s
55

66
struct A {
7-
A();
87
virtual void f(char);
98
};
109

11-
A::A() {}
12-
13-
void A::f(char) {}
14-
1510
void f1(A *a) {
1611
a->f('c');
1712
}

0 commit comments

Comments
 (0)