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
|
||||
// method need a vtordisp.
|
||||
// FIXME: this is unverified!!
|
||||
namespace test1 {
|
||||
struct A { virtual void foo(); };
|
||||
struct B : A {};
|
||||
|
|
Loading…
Reference in New Issue