1 /* { dg-do compile } */
2 /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && ilp32 } { "-fpic" "-fPIC" } { "" } } */
3 /* { dg-options "-O2" } */
5 typedef unsigned int Cardinal
;
7 typedef struct _WidgetRec
*Widget
;
9 typedef union _XEvent
{
15 extern int SendMousePosition (Widget w
, XEvent
* event
);
19 HandleIgnore(Widget w
,
22 Cardinal
*param_count
)
25 (void) SendMousePosition(w
, event
);
28 /* { dg-final { scan-assembler "jmp" } } */