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
/
union-passing.c
blob: ddf35f2126ae89acac4c97da18c6fb5df6d43b45 (
plain
)
1
2
void f(union {int x; float y;} u) { }