blob: fa0a8b623bb876e99518fe1daa3ec0970a4df8b3 [file] [log] [blame]
/* APPLE LOCAL file 5614435 */
/* { dg-options "-O3" } */
/* { dg-compile } */
/* Radar 5614435 */
typedef const struct __CFDictionary * CFDictionaryRef;
typedef struct __CFDictionary * CFMutableDictionaryRef;
void QEQueryElementSetArgumentsArray(CFMutableDictionaryRef element);
void QEQueryElementGetArguments(CFDictionaryRef element)
{
QEQueryElementSetArgumentsArray((CFMutableDictionaryRef)element);
}
void
QEQueryElementSetArgumentsArray(CFMutableDictionaryRef element)
{
return;
}