1 2 3 4 5 6 7 8 9 10
struct sa {}; int bind (int, struct sa *, int); int foo (struct sa sa) { return bind (1, &sa, sizeof sa); }