#include #include /* Accessing Common Blocks of Data */ struct S {int i; float r;} namn_; main() { sam_(); printf(" %d %f\n",namn_.i,namn_.r); }