2 // RUN: %clang_cc1 -O0 -triple %itanium_abi_triple -debug-info-kind=limited -emit-llvm %s -o - | \
4 // RUN: %clang_cc1 -O0 -triple %itanium_abi_triple -debug-info-kind=limited -emit-llvm -mllvm --experimental-debuginfo-iterators=true %s -o - | \
7 // This test simply checks that the varargs thunk is created. The failing test
10 typedef signed char __int8_t
;
16 typedef enum {} CACHE_HINT
;
17 virtual BOOL
ReqCacheHint( CMsgAgent
* p_ma
, CACHE_HINT hint
, ... ) ;
20 typedef struct {} _Lldiv_t
;
27 class CBdVfsImpl
: public CBdVfs
, public CFs
{
28 BOOL
ReqCacheHint( CMsgAgent
* p_ma
, CACHE_HINT hint
, ... );
31 BOOL
CBdVfsImpl::ReqCacheHint( CMsgAgent
* p_ma
, CACHE_HINT hint
, ... ) {
35 // CHECK: define {{.*}} @_ZThn{{[48]}}_N10CBdVfsImpl12ReqCacheHintEP9CMsgAgentN3CFs10CACHE_HINTEz(