I\'m currently researching the passing of structs by value. I have following code:
typedef struct s2{ double d1; double d2; int a; }S2; void f_(S2 s)