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
testsuite: Skip analyzer tests on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
analyzer
/
pr97072.c
blob
40241248884865343c3c8a31b91c365cdb7a8099
1
void
unknown_fn_1
(
void
*);
2
3
void
test_1
(
int
co
,
int
y
)
4
{
5
void
*
p
=
__builtin_malloc
(
1024
);
6
void
**
q
;
7
unknown_fn_1
(&
q
);
8
*
q
=
p
;
9
}