index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
regression
/
struct2.c
blob: 10437e2d002ea327bf79482af9da2dc845929065 (
plain
)
1
2
3
4
struct B; int f(struct B); struct B { double d; }; int g() { struct B b; return f(b); }