repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
analyzer
/
data-model-21.c
blob
b952bcb9748b417b5c180d59eae7800e5d7d2130
1
extern
const char
XtStrings
[];
2
3
void
unknown_fn
(
void
*);
4
5
void
test
(
void
)
6
{
7
unknown_fn
((
char
*)&
XtStrings
[
429
]);
8
}