1 // RUN: %clang_cc1 -no-opaque-pointers %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s
5 struct C
: A
, B
{ int k
; };
7 struct D final
: virtual C
{
12 // CHECK-LABEL: define {{.*}}dereferenceable({{[0-9]+}}) %struct.B* @_Z1fR1D
14 // CHECK-NOT: load i8*, i8**