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
pr79732.c: Require alias support.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr47364-1.c
blob
3ac6999740f4d78dadfd5403c078eddc0fc3e5b1
1
/* { dg-do run } */
2
3
char
one
[
50
] =
"ijk"
;
4
int
5
main
(
void
)
6
{
7
return
__builtin_strlen
(
one
) !=
3
;
8
}