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
/
tests
/
struct-return-1.c
blob: e1631a8bd6363fa0df9ba6c6954d73cd579e4a71 (
plain
)
1
2
3
struct s {int x;} f(void) { return (struct s){2}; }