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
/
struct-return-2.c
blob: 726e667b61106cb5ceef68e8110ef00b3a5a02b5 (
plain
)
1
2
3
4
struct {int x, y;} g(void); int f(void) { return g().y; }