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
8 typedef signed char __int8_t
;
14 typedef enum {} CACHE_HINT
;
15 virtual BOOL
ReqCacheHint( CMsgAgent
* p_ma
, CACHE_HINT hint
, ... ) ;
18 typedef struct {} _Lldiv_t
;
25 class CBdVfsImpl
: public CBdVfs
, public CFs
{
26 BOOL
ReqCacheHint( CMsgAgent
* p_ma
, CACHE_HINT hint
, ... );
29 BOOL
CBdVfsImpl::ReqCacheHint( CMsgAgent
* p_ma
, CACHE_HINT hint
, ... ) {
33 // CHECK: define {{.*}} @_ZThn{{[48]}}_N10CBdVfsImpl12ReqCacheHintEP9CMsgAgentN3CFs10CACHE_HINTEz(