index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
varargs-pass-valist+riscv64.c
blob: c1ede844af14e1c1aec0d2992c42b5d14765bcc8 (
plain
)
1
2
3
4
5
void f(__builtin_va_list ap); void g(void) { static __builtin_va_list ap; f(ap); }