1 // RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -emit-llvm-only -O3
3 // Check that we don't assert on this case.
10 virtual void g(Incomplete
);
18 virtual void g(Incomplete
);
28 virtual void g(Incomplete
);
63 // Test that we don't assert.
73 struct C
: virtual B
{ };