forked from OSchip/llvm-project
parent
5a032fa6d5
commit
e9a82b07cd
|
@ -488,7 +488,6 @@ int main() {
|
||||||
|
|
||||||
// Overriding a method means that all the vbases containing that
|
// Overriding a method means that all the vbases containing that
|
||||||
// method need a vtordisp.
|
// method need a vtordisp.
|
||||||
// FIXME: this is unverified!!
|
|
||||||
namespace test1 {
|
namespace test1 {
|
||||||
struct A { virtual void foo(); };
|
struct A { virtual void foo(); };
|
||||||
struct B : A {};
|
struct B : A {};
|
||||||
|
|
Loading…
Reference in New Issue