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
/
float-promote.c
blob: 22e9fa7a35e3837fe083d99599676f5f303ea6c4 (
plain
)
1
2
3
4
5
6
void g1(int, ...); void g2(float); void f(void) { g1(0, 1.0f); g2(1.0f); }