OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17407.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
typedef struct libxml_xpathCallback {
2
  void *ns_uri;
3
} libxml_xpathCallback;
4
 
5
typedef libxml_xpathCallback libxml_xpathCallbackArray[];
6
 
7
libxml_xpathCallbackArray *libxml_xpathCallbacks;
8
 
9
void foo1(void);
10
 
11
void
12
foo (void)
13
{
14
  if ((*libxml_xpathCallbacks)[3].ns_uri != ((void *)0)) foo1();
15
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.