2 // RUN: %clang_cc1 -O0 -triple %itanium_abi_triple -debug-info-kind=limited -S -emit-llvm %s -o - | \
5 // This test simply checks that the varargs thunk is created. The failing test
9 virtual void bravo(...);
14 struct CharlieImpl
: Charlie
, Alpha
{
18 // CHECK: define {{.*}} void @_ZThn{{[48]}}_N11CharlieImpl5bravoEz(