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
/
special
/
wkali-2b.c
blob
84f389e846d10aaec36bf21458d3567e6e5e2d0d
1
/* { dg-do run } */
2
3
extern
int
foo
(
void
)
__attribute__
((
alias
(
"bar_b"
)));
4
5
int
bar_b
(
void
) {
6
return
1
;
7
}