Test verified.

llvm-svn: 155932
This commit is contained in:
John McCall 2012-05-01 19:57:05 +00:00
parent 5a032fa6d5
commit e9a82b07cd
1 changed files with 0 additions and 1 deletions

View File

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