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
* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
asan
/
pr56417.c
blob
b7eabf125aa9adc60ecf1e6bdefc109b49c055f4
1
/* PR sanitizer/56417 */
2
/* { dg-do compile } */
3
/* { dg-options "-w" } */
4
5
int
6
foo
(
void
)
7
{
8
return
__builtin_strlen
(&
foo
);
9
}