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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17407.c] - Blame information for rev 823

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 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.