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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr116409-2.c
blob
c27f11312d9843bbd03e248e1ff685f19687f895
1
/* { dg-do compile } */
2
3
int
f
(
int
t
,
char
*
a
,
char
*
b
) {
4
if
(
t
)
5
return
__builtin_strlen
(
a
);
6
return
__builtin_strlen
(
b
);
7
}