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 analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
builtin-dynamic-object-size-5-main.c
blob
49f459b8cf2b498ecc744bc4f4a94df0fbc0338d
1
#ifdef N
2
typedef
__SIZE_TYPE__
size_t
;
3
4
char
buf
[
N
];
5
6
void
test1
(
size_t
);
7
void
test2
(
size_t
);
8
void
test3
(
size_t
);
9
void
test4
(
size_t
);
10
void
test5
(
size_t
);
11
void
test6
(
size_t
);
12
void
test7
(
size_t
);
13
14
int
15
main
(
void
)
16
{
17
test1
(
42
);
18
test2
(
42
);
19
test3
(
42
);
20
test4
(
42
);
21
test5
(
42
);
22
test6
(
42
);
23
test7
(
42
);
24
return
0
;
25
}
26
#else
27
int
28
main
(
void
)
29
{
30
return
0
;
31
}
32
#endif