URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17407.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
typedef struct libxml_xpathCallback { void *ns_uri; } libxml_xpathCallback; typedef libxml_xpathCallback libxml_xpathCallbackArray[]; libxml_xpathCallbackArray *libxml_xpathCallbacks; void foo1(void); void foo (void) { if ((*libxml_xpathCallbacks)[3].ns_uri != ((void *)0)) foo1(); }
Go to most recent revision | Compare with Previous | Blame | View Log