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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
921203-2.c
blob
929afb1bdde826da8570586ea06918c12b0a2e3b
1
typedef
struct
2
{
3
char
x
;
4
}
s1
;
5
6
s1
f
(
int
arg0
,...)
7
{
8
int
args
;
9
s1 back
;
10
va_start
(
args
,
arg0
);
11
va_end
(
args
);
12
return
back
;
13
}