Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr44971.c
2023-03-06 14:48:14 +01:00

27 lines
520 B
C

/* { dg-do compile } */
/* { dg-options "-O2 -fcompare-debug -w" } */
typedef struct
{
int default_screen;
} *_XPrivint;
typedef int FcBool;
typedef struct
{
struct _XftintInfo *next;
} XftintInfo;
int _XftintInfo;
void _XftintInfoGet (int * dpy, FcBool createIfNecessary)
{
int event_base;
&event_base
&& dpy[createIfNecessary] != 0;
}
void _XftCloseint (int dpy, XftintInfo * info,XftintInfo * *prev)
{
_XftintInfoGet (dpy, 0);
for (prev = &_XftintInfo; info = *prev; prev = &(*prev)->next)
;
}